Searched refs:igb_write_phy_reg_82580 (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/ |
H A D | e1000_phy.h | 56 s32 igb_write_phy_reg_82580(struct e1000_hw *hw, u32 offset, u16 data);
|
H A D | e1000_i210.c | 845 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 D | e1000_82575.c | 216 phy->ops.write_reg = igb_write_phy_reg_82580; in igb_init_phy_params_82575() 2182 * igb_write_phy_reg_82580 - Write 82580 MDI control register 2189 s32 igb_write_phy_reg_82580(struct e1000_hw *hw, u32 offset, u16 data) in igb_write_phy_reg_82580() function
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igb/ |
H A D | e1000_phy.h | 56 s32 igb_write_phy_reg_82580(struct e1000_hw *hw, u32 offset, u16 data);
|
H A D | e1000_i210.c | 844 igb_write_phy_reg_82580(hw, I347AT4_PAGE_SELECT, E1000_PHY_PLL_FREQ_PAGE); in igb_pll_workaround_i210() 880 igb_write_phy_reg_82580(hw, I347AT4_PAGE_SELECT, 0); in igb_pll_workaround_i210()
|
H A D | e1000_82575.c | 216 phy->ops.write_reg = igb_write_phy_reg_82580; in igb_init_phy_params_82575() 2182 * igb_write_phy_reg_82580 - Write 82580 MDI control register 2189 s32 igb_write_phy_reg_82580(struct e1000_hw *hw, u32 offset, u16 data) in igb_write_phy_reg_82580() function
|
Completed in 10 milliseconds