Searched refs:__b44_writephy (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/ |
H A D | b44.c | 273 static int __b44_writephy(struct b44 *bp, int phy_addr, int reg, u32 val) in __b44_writephy() function 298 return __b44_writephy(bp, bp->phy_addr, reg, val); in b44_writephy() 316 __b44_writephy(bp, phy_id, location, val); in b44_mdio_write_mii() 333 return __b44_writephy(bp, phy_id, location, val); in b44_mdio_write_phylib() 422 err = __b44_writephy(bp, 0, MII_BMCR, val); in b44_wap54g10_workaround()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/ |
H A D | b44.c | 252 static int __b44_writephy(struct b44 *bp, int phy_addr, int reg, u32 val) in __b44_writephy() function 277 return __b44_writephy(bp, bp->phy_addr, reg, val); in b44_writephy() 295 __b44_writephy(bp, phy_id, location, val); in b44_mdio_write_mii() 312 return __b44_writephy(bp, phy_id, location, val); in b44_mdio_write_phylib() 401 err = __b44_writephy(bp, 0, MII_BMCR, val); in b44_wap54g10_workaround()
|
Completed in 6 milliseconds