Searched refs:alx_write_phy_core (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/alx/ |
H A D | hw.c | 98 static int alx_write_phy_core(struct alx_hw *hw, bool ext, u8 dev, in alx_write_phy_core() function 136 return alx_write_phy_core(hw, false, 0, reg, phy_data); in __alx_write_phy_reg() 146 return alx_write_phy_core(hw, true, dev, reg, data); in __alx_write_phy_ext()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/alx/ |
H A D | hw.c | 98 static int alx_write_phy_core(struct alx_hw *hw, bool ext, u8 dev, in alx_write_phy_core() function 136 return alx_write_phy_core(hw, false, 0, reg, phy_data); in __alx_write_phy_reg() 146 return alx_write_phy_core(hw, true, dev, reg, data); in __alx_write_phy_ext()
|
Completed in 4 milliseconds