Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/igb/
H A De1000_phy.h55 s32 igb_read_phy_reg_82580(struct e1000_hw *hw, u32 offset, u16 *data);
H A De1000_i210.c849 igb_read_phy_reg_82580(hw, E1000_PHY_PLL_FREQ_REG, &phy_word); in igb_pll_workaround_i210()
H A De1000_82575.c215 phy->ops.read_reg = igb_read_phy_reg_82580; in igb_init_phy_params_82575()
2163 s32 igb_read_phy_reg_82580(struct e1000_hw *hw, u32 offset, u16 *data) in igb_read_phy_reg_82580() function