Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/igb/
H A De1000_phy.h56 s32 igb_write_phy_reg_82580(struct e1000_hw *hw, u32 offset, u16 data);
H A De1000_i210.c845 igb_write_phy_reg_82580(hw, I347AT4_PAGE_SELECT, E1000_PHY_PLL_FREQ_PAGE); in igb_pll_workaround_i210()
881 igb_write_phy_reg_82580(hw, I347AT4_PAGE_SELECT, 0); in igb_pll_workaround_i210()
H A De1000_82575.c216 phy->ops.write_reg = igb_write_phy_reg_82580; in igb_init_phy_params_82575()
2187 s32 igb_write_phy_reg_82580(struct e1000_hw *hw, u32 offset, u16 data) in igb_write_phy_reg_82580() function