Searched refs:e1000_read_phy_reg (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_hw.c | 141 e1000_read_phy_reg(hw, 0x2F5B, &phy_saved_data); in e1000_phy_init_script() 182 e1000_read_phy_reg(hw, in e1000_phy_init_script() 187 e1000_read_phy_reg(hw, in e1000_phy_init_script() 1261 e1000_read_phy_reg(hw, M88E1000_EXT_PHY_SPEC_CTRL, in e1000_copper_link_mgp_setup() 1340 ret_val = e1000_read_phy_reg(hw, PHY_CTRL, &phy_data); in e1000_copper_link_autoneg() 1831 e1000_read_phy_reg(hw, M88E1000_EXT_PHY_SPEC_CTRL, in e1000_phy_force_speed_duplex() 2098 ret_val = e1000_read_phy_reg(hw, PHY_AUTONEG_ADV, in e1000_config_fc_after_link_up() 2102 ret_val = e1000_read_phy_reg(hw, PHY_LP_ABILITY, in e1000_config_fc_after_link_up() 5098 ret_val = e1000_read_phy_reg(hw, dsp_reg_array[i], in e1000_1000Mb_check_cable_length() 5122 ret_val = e1000_read_phy_reg(hw, PHY_1000T_STATUS, in e1000_1000Mb_check_cable_length() [all …]
|
H A D | e1000_ethtool.c | 355 e1000_read_phy_reg(hw, IGP01E1000_PHY_AGC_A & in e1000_get_regs() 360 e1000_read_phy_reg(hw, IGP01E1000_PHY_AGC_B & in e1000_get_regs() 365 e1000_read_phy_reg(hw, IGP01E1000_PHY_AGC_C & in e1000_get_regs() 370 e1000_read_phy_reg(hw, IGP01E1000_PHY_AGC_D & in e1000_get_regs() 375 e1000_read_phy_reg(hw, IGP01E1000_PHY_PORT_STATUS & in e1000_get_regs() 403 e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_data); in e1000_get_regs() 1181 e1000_read_phy_reg(hw, PHY_CTRL, &phy_reg); in e1000_nonintegrated_phy_loopback() 1189 e1000_read_phy_reg(hw, PHY_CTRL, &phy_reg); in e1000_nonintegrated_phy_loopback() 1197 e1000_read_phy_reg(hw, 29, &phy_reg); in e1000_nonintegrated_phy_loopback() 1295 e1000_read_phy_reg(hw, PHY_CTRL, &phy_reg); in e1000_set_phy_loopback() [all …]
|
H A D | e1000_main.c | 423 e1000_read_phy_reg(hw, PHY_CTRL, &mii_reg); in e1000_power_up_phy() 460 e1000_read_phy_reg(hw, PHY_CTRL, &mii_reg); in e1000_power_down_phy() 1187 e1000_read_phy_reg(hw, PHY_ID2, &tmp); in e1000_probe() 3719 (!e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_tmp))) { in e1000_update_stats() 4689 e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_status); in e1000_smartspeed() 4692 e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_status); in e1000_smartspeed() 4695 e1000_read_phy_reg(hw, PHY_1000T_CTRL, &phy_ctrl); in e1000_smartspeed() 4702 !e1000_read_phy_reg(hw, PHY_CTRL, in e1000_smartspeed() 4713 e1000_read_phy_reg(hw, PHY_1000T_CTRL, &phy_ctrl); in e1000_smartspeed() 4717 !e1000_read_phy_reg(hw, PHY_CTRL, &phy_ctrl)) { in e1000_smartspeed() [all …]
|
H A D | e1000_hw.h | 281 s32 e1000_read_phy_reg(struct e1000_hw *hw, u32 reg_addr, u16 * phy_data);
|
/openbmc/u-boot/drivers/net/ |
H A D | e1000.c | 2634 ret_val = e1000_read_phy_reg(hw, in e1000_set_d0_lplu_state() 2888 ret_val = e1000_read_phy_reg(hw, in e1000_copper_link_ggp_setup() 2909 ret_val = e1000_read_phy_reg(hw, in e1000_copper_link_ggp_setup() 2959 ret_val = e1000_read_phy_reg(hw, in e1000_copper_link_ggp_setup() 2975 ret_val = e1000_read_phy_reg(hw, in e1000_copper_link_ggp_setup() 3008 ret_val = e1000_read_phy_reg(hw, in e1000_copper_link_ggp_setup() 3697 if (e1000_read_phy_reg in e1000_config_fc_after_link_up() 3702 if (e1000_read_phy_reg in e1000_config_fc_after_link_up() 3952 if (e1000_read_phy_reg in e1000_check_for_link() 4739 e1000_read_phy_reg(hw, in e1000_phy_init_script() [all …]
|