Searched refs:IGP02E1000_PHY_POWER_MGMT (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_osdep.c | 84 offset = IGP02E1000_PHY_POWER_MGMT; in phy_spd_state()
|
/titanic_41/usr/src/uts/common/io/e1000api/ |
H A D | e1000_phy.h | 132 #define IGP02E1000_PHY_POWER_MGMT 0x19 /* Power Management */ macro
|
H A D | e1000_82571.c | 997 ret_val = phy->ops.read_reg(hw, IGP02E1000_PHY_POWER_MGMT, &data); in e1000_set_d0_lplu_state_82571() 1003 ret_val = phy->ops.write_reg(hw, IGP02E1000_PHY_POWER_MGMT, in e1000_set_d0_lplu_state_82571() 1020 ret_val = phy->ops.write_reg(hw, IGP02E1000_PHY_POWER_MGMT, in e1000_set_d0_lplu_state_82571()
|
H A D | e1000_82575.c | 817 ret_val = phy->ops.read_reg(hw, IGP02E1000_PHY_POWER_MGMT, &data); in e1000_set_d0_lplu_state_82575() 823 ret_val = phy->ops.write_reg(hw, IGP02E1000_PHY_POWER_MGMT, in e1000_set_d0_lplu_state_82575() 838 ret_val = phy->ops.write_reg(hw, IGP02E1000_PHY_POWER_MGMT, in e1000_set_d0_lplu_state_82575()
|
H A D | e1000_phy.c | 2087 ret_val = phy->ops.read_reg(hw, IGP02E1000_PHY_POWER_MGMT, &data); in e1000_set_d3_lplu_state_generic() 2093 ret_val = phy->ops.write_reg(hw, IGP02E1000_PHY_POWER_MGMT, in e1000_set_d3_lplu_state_generic() 2133 ret_val = phy->ops.write_reg(hw, IGP02E1000_PHY_POWER_MGMT, in e1000_set_d3_lplu_state_generic()
|