Searched refs:VGE_PWRSTAT (Results 1 – 2 of 2) sorted by relevance
/haiku/src/add-ons/kernel/drivers/network/ether/vt612x/dev/vge/ |
H A D | if_vge.c | 2891 val = CSR_READ_1(sc, VGE_PWRSTAT); in vge_setwol() 2893 CSR_WRITE_1(sc, VGE_PWRSTAT, val); in vge_setwol() 2895 val = CSR_READ_1(sc, VGE_PWRSTAT); in vge_setwol() 2897 CSR_WRITE_1(sc, VGE_PWRSTAT, val); in vge_setwol() 2913 val = CSR_READ_1(sc, VGE_PWRSTAT); in vge_clrwol() 2915 CSR_WRITE_1(sc, VGE_PWRSTAT, val); in vge_clrwol() 2917 val = CSR_READ_1(sc, VGE_PWRSTAT); in vge_clrwol() 2919 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
|