Searched refs:atl1c_read_phy_core (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atl1c/ |
H A D | atl1c_hw.c | 296 * atl1c_read_phy_core 302 int atl1c_read_phy_core(struct atl1c_hw *hw, bool ext, u8 dev, in atl1c_read_phy_core() function 397 return atl1c_read_phy_core(hw, false, 0, reg_addr, phy_data); in atl1c_read_phy_reg() 415 return atl1c_read_phy_core(hw, true, dev_addr, reg_addr, phy_data); in atl1c_read_phy_ext()
|
H A D | atl1c_hw.h | 43 int atl1c_read_phy_core(struct atl1c_hw *hw, bool ext, u8 dev,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atl1c/ |
H A D | atl1c_hw.c | 296 * atl1c_read_phy_core 302 int atl1c_read_phy_core(struct atl1c_hw *hw, bool ext, u8 dev, in atl1c_read_phy_core() function 397 return atl1c_read_phy_core(hw, false, 0, reg_addr, phy_data); in atl1c_read_phy_reg() 415 return atl1c_read_phy_core(hw, true, dev_addr, reg_addr, phy_data); in atl1c_read_phy_ext()
|
H A D | atl1c_hw.h | 44 int atl1c_read_phy_core(struct atl1c_hw *hw, bool ext, u8 dev,
|
Completed in 9 milliseconds