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

/linux-master/drivers/net/ethernet/broadcom/
H A Db44.c252 static int __b44_writephy(struct b44 *bp, int phy_addr, int reg, u32 val) function
277 return __b44_writephy(bp, bp->phy_addr, reg, val);
295 __b44_writephy(bp, phy_id, location, val);
312 return __b44_writephy(bp, phy_id, location, val);
401 err = __b44_writephy(bp, 0, MII_BMCR, val);

Completed in 109 milliseconds