Lines Matching refs:read_reg
123 phy->ops.read_reg = e1000_read_phy_reg_igp; in e1000_init_phy_params_82571()
136 phy->ops.read_reg = e1000_read_phy_reg_m88; in e1000_init_phy_params_82571()
151 phy->ops.read_reg = e1000_read_phy_reg_bm2; in e1000_init_phy_params_82571()
483 ret_val = phy->ops.read_reg(hw, PHY_ID1, &phy_id); in e1000_get_phy_id_82571()
489 ret_val = phy->ops.read_reg(hw, PHY_ID2, &phy_id); in e1000_get_phy_id_82571()
878 if (!(phy->ops.read_reg)) in e1000_set_d0_lplu_state_82571()
881 ret_val = phy->ops.read_reg(hw, IGP02E1000_PHY_POWER_MGMT, &data); in e1000_set_d0_lplu_state_82571()
893 ret_val = phy->ops.read_reg(hw, IGP01E1000_PHY_PORT_CONFIG, in e1000_set_d0_lplu_state_82571()
912 ret_val = phy->ops.read_reg(hw, in e1000_set_d0_lplu_state_82571()
925 ret_val = phy->ops.read_reg(hw, in e1000_set_d0_lplu_state_82571()
1391 ret_val = hw->phy.ops.read_reg(hw, E1000_RECEIVE_ERROR_COUNTER, in e1000_check_phy_82574()
1396 ret_val = hw->phy.ops.read_reg(hw, E1000_BASE1000T_STATUS, in e1000_check_phy_82574()