Home
last modified time | relevance | path

Searched refs:atl1c_write_phy_core (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/atheros/atl1c/
Datl1c_hw.c351 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()
Datl1c_hw.h46 int atl1c_write_phy_core(struct atl1c_hw *hw, bool ext, u8 dev,