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

/linux-master/drivers/net/ethernet/intel/e1000/
H A De1000_hw.c141 e1000_read_phy_reg(hw, 0x2F5B, &phy_saved_data);
182 e1000_read_phy_reg(hw,
187 e1000_read_phy_reg(hw,
1042 e1000_read_phy_reg(hw, M88E1000_PHY_SPEC_CTRL, &phy_data);
1095 ret_val = e1000_read_phy_reg(hw, IGP01E1000_PHY_PORT_CTRL, &phy_data);
1145 e1000_read_phy_reg(hw, IGP01E1000_PHY_PORT_CONFIG,
1157 e1000_read_phy_reg(hw, PHY_1000T_CTRL, &phy_data);
1167 ret_val = e1000_read_phy_reg(hw, PHY_1000T_CTRL, &phy_data);
1212 ret_val = e1000_read_phy_reg(hw, M88E1000_PHY_SPEC_CTRL, &phy_data);
1261 e1000_read_phy_reg(h
2785 s32 e1000_read_phy_reg(struct e1000_hw *hw, u32 reg_addr, u16 *phy_data) function
[all...]
H A De1000_ethtool.c355 e1000_read_phy_reg(hw, IGP01E1000_PHY_AGC_A &
360 e1000_read_phy_reg(hw, IGP01E1000_PHY_AGC_B &
365 e1000_read_phy_reg(hw, IGP01E1000_PHY_AGC_C &
370 e1000_read_phy_reg(hw, IGP01E1000_PHY_AGC_D &
375 e1000_read_phy_reg(hw, IGP01E1000_PHY_PORT_STATUS &
380 e1000_read_phy_reg(hw, IGP01E1000_PHY_PCS_INIT_REG &
388 e1000_read_phy_reg(hw, M88E1000_PHY_SPEC_STATUS, &phy_data);
393 e1000_read_phy_reg(hw, M88E1000_PHY_SPEC_CTRL, &phy_data);
403 e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_data);
1124 e1000_read_phy_reg(h
[all...]
H A De1000_main.c423 e1000_read_phy_reg(hw, PHY_CTRL, &mii_reg);
460 e1000_read_phy_reg(hw, PHY_CTRL, &mii_reg);
1187 e1000_read_phy_reg(hw, PHY_ID2, &tmp);
3719 (!e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_tmp))) {
3726 !e1000_read_phy_reg(hw, M88E1000_RX_ERR_CNTR, &phy_tmp))
4689 e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_status);
4692 e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_status);
4695 e1000_read_phy_reg(hw, PHY_1000T_CTRL, &phy_ctrl);
4702 !e1000_read_phy_reg(hw, PHY_CTRL,
4713 e1000_read_phy_reg(h
[all...]
H A De1000_hw.h281 s32 e1000_read_phy_reg(struct e1000_hw *hw, u32 reg_addr, u16 * phy_data);

Completed in 323 milliseconds