Searched refs:VGE_PWRSTAT (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/vge/ |
H A D | if_vge.c | 2869 val = CSR_READ_1(sc, VGE_PWRSTAT); in vge_setwol() 2871 CSR_WRITE_1(sc, VGE_PWRSTAT, val); in vge_setwol() 2873 val = CSR_READ_1(sc, VGE_PWRSTAT); in vge_setwol() 2875 CSR_WRITE_1(sc, VGE_PWRSTAT, val); in vge_setwol() 2886 val = CSR_READ_1(sc, VGE_PWRSTAT); in vge_clrwol() 2888 CSR_WRITE_1(sc, VGE_PWRSTAT, val); in vge_clrwol() 2890 val = CSR_READ_1(sc, VGE_PWRSTAT); in vge_clrwol() 2892 CSR_WRITE_1(sc, VGE_PWRSTAT, val); in vge_clrwol()
|
H A D | if_vgereg.h | 130 #define VGE_PWRSTAT 0x83 /* power state shadow register */ macro
|