Searched refs:igb_read_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 | 55 s32 igb_read_phy_reg_82580(struct e1000_hw *hw, u32 offset, u16 *data);
|
H A D | e1000_i210.c | 849 igb_read_phy_reg_82580(hw, E1000_PHY_PLL_FREQ_REG, &phy_word); in igb_pll_workaround_i210()
|
H A D | e1000_82575.c | 215 phy->ops.read_reg = igb_read_phy_reg_82580; in igb_init_phy_params_82575() 2157 * igb_read_phy_reg_82580 - Read 82580 MDI control register 2165 s32 igb_read_phy_reg_82580(struct e1000_hw *hw, u32 offset, u16 *data) in igb_read_phy_reg_82580() function
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igb/ |
H A D | e1000_phy.h | 55 s32 igb_read_phy_reg_82580(struct e1000_hw *hw, u32 offset, u16 *data);
|
H A D | e1000_i210.c | 848 igb_read_phy_reg_82580(hw, E1000_PHY_PLL_FREQ_REG, &phy_word); in igb_pll_workaround_i210()
|
H A D | e1000_82575.c | 215 phy->ops.read_reg = igb_read_phy_reg_82580; in igb_init_phy_params_82575() 2157 * igb_read_phy_reg_82580 - Read 82580 MDI control register 2165 s32 igb_read_phy_reg_82580(struct e1000_hw *hw, u32 offset, u16 *data) in igb_read_phy_reg_82580() function
|
Completed in 9 milliseconds