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