Searched refs:__alx_read_phy_reg (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/alx/ |
H A D | hw.c | 129 static int __alx_read_phy_reg(struct alx_hw *hw, u16 reg, u16 *phy_data) in __alx_read_phy_reg() function 157 return __alx_read_phy_reg(hw, ALX_MII_DBG_DATA, pdata); in __alx_read_phy_dbg() 176 err = __alx_read_phy_reg(hw, reg, phy_data); in alx_read_phy_reg()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/alx/ |
H A D | hw.c | 129 static int __alx_read_phy_reg(struct alx_hw *hw, u16 reg, u16 *phy_data) in __alx_read_phy_reg() function 157 return __alx_read_phy_reg(hw, ALX_MII_DBG_DATA, pdata); in __alx_read_phy_dbg() 176 err = __alx_read_phy_reg(hw, reg, phy_data); in alx_read_phy_reg()
|
Completed in 3 milliseconds