Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/intel/e1000e/
Ddefines.h347 #define E1000_PHY_CTRL_GBE_DISABLE 0x00000040 macro
Dich8lan.c2404 if (mac_reg & E1000_PHY_CTRL_GBE_DISABLE) in e1000_oem_bits_config_ich8lan()
2410 if (mac_reg & (E1000_PHY_CTRL_GBE_DISABLE | in e1000_oem_bits_config_ich8lan()
5236 phy_ctrl |= (E1000_PHY_CTRL_GBE_DISABLE | in e1000_kmrn_lock_loss_workaround_ich8lan()
5293 reg |= (E1000_PHY_CTRL_GBE_DISABLE | in e1000e_igp3_phy_powerdown_workaround_ich8lan()
5373 phy_ctrl |= E1000_PHY_CTRL_GBE_DISABLE; in e1000_suspend_workarounds_ich8lan()
Dphy.c2655 (!(er32(PHY_CTRL) & E1000_PHY_CTRL_GBE_DISABLE))) in e1000_access_phy_wakeup_reg_bm()
Dnetdev.c5130 (er32(CTRL) & E1000_PHY_CTRL_GBE_DISABLE)) { in e1000e_has_link()
/linux-6.6.21/drivers/net/ethernet/intel/e1000/
De1000_hw.h1643 #define E1000_PHY_CTRL_GBE_DISABLE 0x00000040 macro