Home
last modified time | relevance | path

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 Dif_vge.c2891 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 Dif_vgereg.h130 #define VGE_PWRSTAT 0x83 /* power state shadow register */ macro