Searched refs:__b44_readphy (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/ |
H A D | b44.c | 257 static int __b44_readphy(struct b44 *bp, int phy_addr, int reg, u32 *val) in __b44_readphy() function 290 return __b44_readphy(bp, bp->phy_addr, reg, val); in b44_readphy() 306 int rc = __b44_readphy(bp, phy_id, location, &val); in b44_mdio_read_mii() 323 int rc = __b44_readphy(bp, phy_id, location, &val); in b44_mdio_read_phylib() 416 err = __b44_readphy(bp, 0, MII_BMCR, &val); in b44_wap54g10_workaround()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/ |
H A D | b44.c | 236 static int __b44_readphy(struct b44 *bp, int phy_addr, int reg, u32 *val) in __b44_readphy() function 269 return __b44_readphy(bp, bp->phy_addr, reg, val); in b44_readphy() 285 int rc = __b44_readphy(bp, phy_id, location, &val); in b44_mdio_read_mii() 302 int rc = __b44_readphy(bp, phy_id, location, &val); in b44_mdio_read_phylib() 395 err = __b44_readphy(bp, 0, MII_BMCR, &val); in b44_wap54g10_workaround()
|
Completed in 6 milliseconds