Home
last modified time | relevance | path

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

/drivers/net/ethernet/atheros/atl1c/
Datl1c_hw.c364 int atl1c_write_phy_core(struct atl1c_hw *hw, bool ext, u8 dev, in atl1c_write_phy_core() function
421 return atl1c_write_phy_core(hw, false, 0, reg_addr, phy_data); in atl1c_write_phy_reg()
435 return atl1c_write_phy_core(hw, true, dev_addr, reg_addr, phy_data); in atl1c_write_phy_ext()
Datl1c_hw.h58 int atl1c_write_phy_core(struct atl1c_hw *hw, bool ext, u8 dev,