Home
last modified time | relevance | path

Searched refs:VGE_PWRSTAT (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/vge/
Dif_vge.c2890 val = CSR_READ_1(sc, VGE_PWRSTAT); in vge_setwol()
2892 CSR_WRITE_1(sc, VGE_PWRSTAT, val); in vge_setwol()
2894 val = CSR_READ_1(sc, VGE_PWRSTAT); in vge_setwol()
2896 CSR_WRITE_1(sc, VGE_PWRSTAT, val); in vge_setwol()
2912 val = CSR_READ_1(sc, VGE_PWRSTAT); in vge_clrwol()
2914 CSR_WRITE_1(sc, VGE_PWRSTAT, val); in vge_clrwol()
2916 val = CSR_READ_1(sc, VGE_PWRSTAT); in vge_clrwol()
2918 CSR_WRITE_1(sc, VGE_PWRSTAT, val); in vge_clrwol()
Dif_vgereg.h132 #define VGE_PWRSTAT 0x83 /* power state shadow register */ macro