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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dtg3.c816 static int tg3_readphy(struct tg3 *tp, int reg, u32 *val) function
929 err = tg3_readphy(tp, MII_BMCR, &phy_control);
952 if (tg3_readphy(tp, reg, &val))
1123 if (tg3_readphy(tp, MII_BMCR, &reg) || (reg & BMCR_PDOWN))
1246 if (!tg3_readphy(tp, MII_BMCR, &reg))
1248 if (!tg3_readphy(tp, MII_BMSR, &reg))
1253 if (!tg3_readphy(tp, MII_ADVERTISE, &reg))
1255 if (!tg3_readphy(tp, MII_LPA, &reg))
1261 if (!tg3_readphy(tp, MII_CTRL1000, &reg))
1263 if (!tg3_readphy(t
[all...]

Completed in 78 milliseconds