Searched refs:__b44_writephy (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/net/ethernet/broadcom/ |
D | b44.c | 274 static int __b44_writephy(struct b44 *bp, int phy_addr, int reg, u32 val) in __b44_writephy() function 299 return __b44_writephy(bp, bp->phy_addr, reg, val); in b44_writephy() 317 __b44_writephy(bp, phy_id, location, val); in b44_mdio_write_mii() 334 return __b44_writephy(bp, phy_id, location, val); in b44_mdio_write_phylib() 423 err = __b44_writephy(bp, 0, MII_BMCR, val); in b44_wap54g10_workaround()
|