Searched refs:__b44_writephy (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/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()
|