Home
last modified time | relevance | path

Searched refs:e1000_read_phy_reg (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/net/ethernet/intel/e1000/
H A De1000_hw.c141 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 De1000_ethtool.c355 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 De1000_main.c420 e1000_read_phy_reg(hw, PHY_CTRL, &mii_reg); in e1000_power_up_phy()
457 e1000_read_phy_reg(hw, PHY_CTRL, &mii_reg); in e1000_power_down_phy()
1186 e1000_read_phy_reg(hw, PHY_ID2, &tmp); in e1000_probe()
3723 (!e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_tmp))) { in e1000_update_stats()
4693 e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_status); in e1000_smartspeed()
4696 e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_status); in e1000_smartspeed()
4699 e1000_read_phy_reg(hw, PHY_1000T_CTRL, &phy_ctrl); in e1000_smartspeed()
4706 !e1000_read_phy_reg(hw, PHY_CTRL, in e1000_smartspeed()
4717 e1000_read_phy_reg(hw, PHY_1000T_CTRL, &phy_ctrl); in e1000_smartspeed()
4721 !e1000_read_phy_reg(hw, PHY_CTRL, &phy_ctrl)) { in e1000_smartspeed()
[all …]
H A De1000_hw.h281 s32 e1000_read_phy_reg(struct e1000_hw *hw, u32 reg_addr, u16 * phy_data);