Home
last modified time | relevance | path

Searched refs:BM_WUC_ME_WU_BIT (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_phy.h132 #define BM_WUC_ME_WU_BIT (1 << 5) macro
H A De1000_phy.c3338 temp &= ~(BM_WUC_ME_WU_BIT | BM_WUC_HOST_WU_BIT); in e1000_enable_phy_wakeup_reg_access_bm()
/f-stack/dpdk/drivers/net/igc/base/
H A Digc_phy.h149 #define BM_WUC_ME_WU_BIT (1 << 5) macro
H A Digc_phy.c3381 temp &= ~(BM_WUC_ME_WU_BIT | BM_WUC_HOST_WU_BIT); in igc_enable_phy_wakeup_reg_access_bm()