Home
last modified time | relevance | path

Searched refs:E1000_PHY_CTRL_GBE_DISABLE (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/intel/e1000e/
Ddefines.h362 #define E1000_PHY_CTRL_GBE_DISABLE 0x00000040 macro
Dich8lan.c2256 if (mac_reg & E1000_PHY_CTRL_GBE_DISABLE) in e1000_oem_bits_config_ich8lan()
2262 if (mac_reg & (E1000_PHY_CTRL_GBE_DISABLE | in e1000_oem_bits_config_ich8lan()
5043 phy_ctrl |= (E1000_PHY_CTRL_GBE_DISABLE | in e1000_kmrn_lock_loss_workaround_ich8lan()
5100 reg |= (E1000_PHY_CTRL_GBE_DISABLE | in e1000e_igp3_phy_powerdown_workaround_ich8lan()
5180 phy_ctrl |= E1000_PHY_CTRL_GBE_DISABLE; in e1000_suspend_workarounds_ich8lan()
Dphy.c2662 (!(er32(PHY_CTRL) & E1000_PHY_CTRL_GBE_DISABLE))) in e1000_access_phy_wakeup_reg_bm()
Dnetdev.c4888 (er32(CTRL) & E1000_PHY_CTRL_GBE_DISABLE)) { in e1000e_has_link()
/linux-4.1.27/drivers/net/ethernet/intel/e1000/
De1000_hw.h1671 #define E1000_PHY_CTRL_GBE_DISABLE 0x00000040 macro