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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsungem_phy.c55 static inline void __phy_write(struct mii_phy* phy, int id, int reg, int val) function
78 __phy_write(phy, phy_id, MII_BMCR, val);
89 __phy_write(phy, phy_id, MII_BMCR, val & ~BMCR_ISOLATE);
211 __phy_write(phy, 0x1f, MII_BCM5201_MULTIPHY, data);
268 __phy_write(phy, 0x1f, MII_BCM5201_MULTIPHY, data);
H A Dsungem.c177 static void __phy_write(struct gem *gp, int phy_addr, int reg, u16 val) function
202 __phy_write(gp, mii_id, reg, val & 0xffff);
207 __phy_write(gp, gp->mii_phy_addr, reg, val);
2854 __phy_write(gp, data->phy_id & 0x1f, data->reg_num & 0x1f,

Completed in 63 milliseconds