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

/freebsd-13-stable/sys/dev/vge/
H A Dif_vge.c2896 val = CSR_READ_1(sc, VGE_PWRSTAT);
2898 CSR_WRITE_1(sc, VGE_PWRSTAT, val);
2900 val = CSR_READ_1(sc, VGE_PWRSTAT);
2902 CSR_WRITE_1(sc, VGE_PWRSTAT, val);
2918 val = CSR_READ_1(sc, VGE_PWRSTAT);
2920 CSR_WRITE_1(sc, VGE_PWRSTAT, val);
2922 val = CSR_READ_1(sc, VGE_PWRSTAT);
2924 CSR_WRITE_1(sc, VGE_PWRSTAT, val);
H A Dif_vgereg.h132 #define VGE_PWRSTAT 0x83 /* power state shadow register */ macro

Completed in 120 milliseconds