Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Dphy.h92 #define BM_WUC_HOST_WU_BIT BIT(4) macro
H A Dphy.c2614 temp &= ~(BM_WUC_ME_WU_BIT | BM_WUC_HOST_WU_BIT); in e1000_enable_phy_wakeup_reg_access_bm()
H A Dich8lan.c2969 reg &= ~BM_WUC_HOST_WU_BIT; in e1000_post_phy_reset_ich8lan()
4912 i &= ~BM_WUC_HOST_WU_BIT; in e1000_init_hw_ich8lan()
H A Dnetdev.c6274 wuc_enable |= BM_WUC_ENABLE_BIT | BM_WUC_HOST_WU_BIT; in e1000_init_phy_wakeup()