Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/nfe/
H A Dif_nfereg.h86 #define NFE_PWR_STATE 0x26c macro
H A Dif_nfe.c1529 tmp = NFE_READ(sc, NFE_PWR_STATE); in nfe_init()
1530 NFE_WRITE(sc, NFE_PWR_STATE, tmp | NFE_PWR_WAKEUP); in nfe_init()
1532 tmp = NFE_READ(sc, NFE_PWR_STATE); in nfe_init()
1533 NFE_WRITE(sc, NFE_PWR_STATE, tmp | NFE_PWR_VALID); in nfe_init()