Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/intel/e1000e/
Dhw.h253 #define BM_WUC_HOST_WU_BIT (1 << 4) macro
Dich8lan.c1815 reg &= ~BM_WUC_HOST_WU_BIT; in e1000_post_phy_reset_ich8lan()
3206 i &= ~BM_WUC_HOST_WU_BIT; in e1000_init_hw_ich8lan()
Dphy.c2628 temp &= ~(BM_WUC_ME_WU_BIT | BM_WUC_HOST_WU_BIT); in e1000_enable_phy_wakeup_reg_access_bm()
Dnetdev.c5426 wuc_enable |= BM_WUC_ENABLE_BIT | BM_WUC_HOST_WU_BIT; in e1000_init_phy_wakeup()