Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_defines.h489 #define E1000_PHY_CTRL_GBE_DISABLE 0x00000040 macro
H A De1000_ich8lan.c2601 if (mac_reg & E1000_PHY_CTRL_GBE_DISABLE) in e1000_oem_bits_config_ich8lan()
2607 if (mac_reg & (E1000_PHY_CTRL_GBE_DISABLE | in e1000_oem_bits_config_ich8lan()
5542 phy_ctrl |= (E1000_PHY_CTRL_GBE_DISABLE | in e1000_kmrn_lock_loss_workaround_ich8lan()
5605 reg |= (E1000_PHY_CTRL_GBE_DISABLE | in e1000_igp3_phy_powerdown_workaround_ich8lan()
5693 phy_ctrl |= E1000_PHY_CTRL_GBE_DISABLE; in e1000_suspend_workarounds_ich8lan()
H A De1000_phy.c3441 (!(E1000_READ_REG(hw, E1000_PHY_CTRL) & E1000_PHY_CTRL_GBE_DISABLE))) in e1000_access_phy_wakeup_reg_bm()