Searched refs:atl1c_write_phy_core (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/drivers/net/ethernet/atheros/atl1c/ |
D | atl1c_hw.c | 351 int atl1c_write_phy_core(struct atl1c_hw *hw, bool ext, u8 dev, in atl1c_write_phy_core() function 408 return atl1c_write_phy_core(hw, false, 0, reg_addr, phy_data); in atl1c_write_phy_reg() 422 return atl1c_write_phy_core(hw, true, dev_addr, reg_addr, phy_data); in atl1c_write_phy_ext()
|
D | atl1c_hw.h | 46 int atl1c_write_phy_core(struct atl1c_hw *hw, bool ext, u8 dev,
|