Home
last modified time | relevance | path

Searched refs:__b44_writephy (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/ethernet/broadcom/
H A Db44.c253 static int __b44_writephy(struct b44 *bp, int phy_addr, int reg, u32 val) in __b44_writephy() function
278 return __b44_writephy(bp, bp->phy_addr, reg, val); in b44_writephy()
296 __b44_writephy(bp, phy_id, location, val); in b44_mdio_write_mii()
313 return __b44_writephy(bp, phy_id, location, val); in b44_mdio_write_phylib()
402 err = __b44_writephy(bp, 0, MII_BMCR, val); in b44_wap54g10_workaround()