Searched refs:__b44_readphy (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/broadcom/ |
D | b44.c | 258 static int __b44_readphy(struct b44 *bp, int phy_addr, int reg, u32 *val) in __b44_readphy() function 291 return __b44_readphy(bp, bp->phy_addr, reg, val); in b44_readphy() 307 int rc = __b44_readphy(bp, phy_id, location, &val); in b44_mdio_read_mii() 324 int rc = __b44_readphy(bp, phy_id, location, &val); in b44_mdio_read_phylib() 417 err = __b44_readphy(bp, 0, MII_BMCR, &val); in b44_wap54g10_workaround()
|