Searched refs:IGP02E1000_PHY_POWER_MGMT (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/drivers/net/ethernet/intel/igb/ |
H A D | e1000_phy.h | 64 #define IGP02E1000_PHY_POWER_MGMT 0x19 /* Power Management */ macro
|
H A D | e1000_phy.c | 1404 ret_val = phy->ops.read_reg(hw, IGP02E1000_PHY_POWER_MGMT, &data); in igb_set_d3_lplu_state() 1410 ret_val = phy->ops.write_reg(hw, IGP02E1000_PHY_POWER_MGMT, in igb_set_d3_lplu_state() 1450 ret_val = phy->ops.write_reg(hw, IGP02E1000_PHY_POWER_MGMT, in igb_set_d3_lplu_state()
|
H A D | e1000_82575.c | 965 ret_val = phy->ops.read_reg(hw, IGP02E1000_PHY_POWER_MGMT, &data); in igb_set_d0_lplu_state_82575() 971 ret_val = phy->ops.write_reg(hw, IGP02E1000_PHY_POWER_MGMT, in igb_set_d0_lplu_state_82575() 986 ret_val = phy->ops.write_reg(hw, IGP02E1000_PHY_POWER_MGMT, in igb_set_d0_lplu_state_82575()
|
/openbmc/linux/drivers/net/ethernet/intel/e1000e/ |
H A D | phy.h | 78 #define IGP02E1000_PHY_POWER_MGMT 0x19 /* Power Management */ macro
|
H A D | 82571.c | 880 ret_val = e1e_rphy(hw, IGP02E1000_PHY_POWER_MGMT, &data); in e1000_set_d0_lplu_state_82571() 886 ret_val = e1e_wphy(hw, IGP02E1000_PHY_POWER_MGMT, data); in e1000_set_d0_lplu_state_82571() 900 ret_val = e1e_wphy(hw, IGP02E1000_PHY_POWER_MGMT, data); in e1000_set_d0_lplu_state_82571()
|
H A D | phy.c | 1535 ret_val = e1e_rphy(hw, IGP02E1000_PHY_POWER_MGMT, &data); in e1000e_set_d3_lplu_state() 1541 ret_val = e1e_wphy(hw, IGP02E1000_PHY_POWER_MGMT, data); in e1000e_set_d3_lplu_state() 1576 ret_val = e1e_wphy(hw, IGP02E1000_PHY_POWER_MGMT, data); in e1000e_set_d3_lplu_state()
|
H A D | netdev.c | 4179 e1e_rphy(hw, IGP02E1000_PHY_POWER_MGMT, &phy_data); in e1000e_reset() 4181 e1e_wphy(hw, IGP02E1000_PHY_POWER_MGMT, phy_data); in e1000e_reset()
|
/openbmc/qemu/hw/net/ |
H A D | igb_regs.h | 86 #define IGP02E1000_PHY_POWER_MGMT 0x19 /* Power Management */ macro
|
H A D | igb_core.c | 2665 [IGP02E1000_PHY_POWER_MGMT] = PHY_RW, 4361 [IGP02E1000_PHY_POWER_MGMT] = BIT(0) | BIT(3) | IGP02E1000_PM_D3_LPLU |
|
/openbmc/u-boot/drivers/net/ |
H A D | e1000.c | 2437 ret_val = e1000_read_phy_reg(hw, IGP02E1000_PHY_POWER_MGMT, in e1000_set_d3_lplu_state() 2458 IGP02E1000_PHY_POWER_MGMT, phy_data); in e1000_set_d3_lplu_state() 2510 IGP02E1000_PHY_POWER_MGMT, phy_data); in e1000_set_d3_lplu_state() 2561 ret_val = e1000_read_phy_reg(hw, IGP02E1000_PHY_POWER_MGMT, in e1000_set_d0_lplu_state() 2577 IGP02E1000_PHY_POWER_MGMT, phy_data); in e1000_set_d0_lplu_state() 2625 IGP02E1000_PHY_POWER_MGMT, phy_data); in e1000_set_d0_lplu_state()
|
H A D | e1000.h | 1925 #define IGP02E1000_PHY_POWER_MGMT 0x19 macro
|
/openbmc/linux/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_hw.h | 2519 #define IGP02E1000_PHY_POWER_MGMT 0x19 macro
|