Searched refs:alx_write_phy_core (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/atheros/alx/ |
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()
|