Home
last modified time | relevance | path

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

/linux/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()
1042 e1000_read_phy_reg(hw, M88E1000_PHY_SPEC_CTRL, &phy_data); in e1000_copper_link_preconfig()
1095 ret_val = e1000_read_phy_reg(hw, IGP01E1000_PHY_PORT_CTRL, &phy_data); in e1000_copper_link_igp_setup()
1145 e1000_read_phy_reg(hw, IGP01E1000_PHY_PORT_CONFIG, in e1000_copper_link_igp_setup()
1157 e1000_read_phy_reg(hw, PHY_1000T_CTRL, &phy_data); in e1000_copper_link_igp_setup()
1167 ret_val = e1000_read_phy_reg(hw, PHY_1000T_CTRL, &phy_data); in e1000_copper_link_igp_setup()
1212 ret_val = e1000_read_phy_reg(hw, M88E1000_PHY_SPEC_CTRL, &phy_data); in e1000_copper_link_mgp_setup()
1261 e1000_read_phy_reg(hw, M88E1000_EXT_PHY_SPEC_CTRL, in e1000_copper_link_mgp_setup()
[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()
380 e1000_read_phy_reg(hw, IGP01E1000_PHY_PCS_INIT_REG & in e1000_get_regs()
388 e1000_read_phy_reg(hw, M88E1000_PHY_SPEC_STATUS, &phy_data); in e1000_get_regs()
393 e1000_read_phy_reg(hw, M88E1000_PHY_SPEC_CTRL, &phy_data); in e1000_get_regs()
403 e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_data); in e1000_get_regs()
1124 e1000_read_phy_reg(hw, M88E1000_EXT_PHY_SPEC_CTRL, &phy_reg); in e1000_phy_reset_clk_and_crs()
[all …]
H A De1000_hw.h281 s32 e1000_read_phy_reg(struct e1000_hw *hw, u32 reg_addr, u16 * phy_data);