Searched refs:e1000_read_phy_reg (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/intel/e1000/ |
D | e1000_hw.c | 166 ret_val = e1000_read_phy_reg(hw, 0x2F5B, &phy_saved_data); in e1000_phy_init_script() 207 e1000_read_phy_reg(hw, in e1000_phy_init_script() 212 e1000_read_phy_reg(hw, in e1000_phy_init_script() 1069 e1000_read_phy_reg(hw, M88E1000_PHY_SPEC_CTRL, &phy_data); in e1000_copper_link_preconfig() 1122 ret_val = e1000_read_phy_reg(hw, IGP01E1000_PHY_PORT_CTRL, &phy_data); in e1000_copper_link_igp_setup() 1172 e1000_read_phy_reg(hw, IGP01E1000_PHY_PORT_CONFIG, in e1000_copper_link_igp_setup() 1184 e1000_read_phy_reg(hw, PHY_1000T_CTRL, &phy_data); in e1000_copper_link_igp_setup() 1194 ret_val = e1000_read_phy_reg(hw, PHY_1000T_CTRL, &phy_data); in e1000_copper_link_igp_setup() 1238 ret_val = e1000_read_phy_reg(hw, M88E1000_PHY_SPEC_CTRL, &phy_data); in e1000_copper_link_mgp_setup() 1287 e1000_read_phy_reg(hw, M88E1000_EXT_PHY_SPEC_CTRL, in e1000_copper_link_mgp_setup() [all …]
|
D | e1000_ethtool.c | 376 e1000_read_phy_reg(hw, IGP01E1000_PHY_AGC_A & in e1000_get_regs() 381 e1000_read_phy_reg(hw, IGP01E1000_PHY_AGC_B & in e1000_get_regs() 386 e1000_read_phy_reg(hw, IGP01E1000_PHY_AGC_C & in e1000_get_regs() 391 e1000_read_phy_reg(hw, IGP01E1000_PHY_AGC_D & in e1000_get_regs() 396 e1000_read_phy_reg(hw, IGP01E1000_PHY_PORT_STATUS & in e1000_get_regs() 401 e1000_read_phy_reg(hw, IGP01E1000_PHY_PCS_INIT_REG & in e1000_get_regs() 409 e1000_read_phy_reg(hw, M88E1000_PHY_SPEC_STATUS, &phy_data); in e1000_get_regs() 414 e1000_read_phy_reg(hw, M88E1000_PHY_SPEC_CTRL, &phy_data); in e1000_get_regs() 424 e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_data); in e1000_get_regs() 1144 e1000_read_phy_reg(hw, M88E1000_EXT_PHY_SPEC_CTRL, &phy_reg); in e1000_phy_reset_clk_and_crs() [all …]
|
D | e1000_main.c | 452 e1000_read_phy_reg(hw, PHY_CTRL, &mii_reg); in e1000_power_up_phy() 489 e1000_read_phy_reg(hw, PHY_CTRL, &mii_reg); in e1000_power_down_phy() 1201 e1000_read_phy_reg(hw, PHY_ID2, &tmp); in e1000_probe() 3731 (!e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_tmp))) { in e1000_update_stats() 3738 !e1000_read_phy_reg(hw, M88E1000_RX_ERR_CNTR, &phy_tmp)) in e1000_update_stats() 4685 e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_status); in e1000_smartspeed() 4687 e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_status); in e1000_smartspeed() 4689 e1000_read_phy_reg(hw, PHY_1000T_CTRL, &phy_ctrl); in e1000_smartspeed() 4696 !e1000_read_phy_reg(hw, PHY_CTRL, in e1000_smartspeed() 4707 e1000_read_phy_reg(hw, PHY_1000T_CTRL, &phy_ctrl); in e1000_smartspeed() [all …]
|
D | e1000_hw.h | 306 s32 e1000_read_phy_reg(struct e1000_hw *hw, u32 reg_addr, u16 * phy_data);
|