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

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dtg3.c172 static int tg3_readphy(struct tg3 *tp, int reg, uint32_t *val) function
265 tg3_readphy(tp, MII_TG3_AUX_CTRL, &val);
284 err = tg3_readphy(tp, MII_BMCR, &phy_control);
307 tg3_readphy(tp, 0x16, &tmp32);
361 tg3_readphy(tp, MII_TG3_DSP_RW_PORT, &low);
362 tg3_readphy(tp, MII_TG3_DSP_RW_PORT, &high);
419 tg3_readphy(tp, MII_TG3_EXT_CTRL, &reg32);
428 tg3_readphy(tp, MII_TG3_CTRL, &phy9_orig);
459 tg3_readphy(tp, MII_TG3_EXT_CTRL, &reg32);
474 err = tg3_readphy(t
[all...]

Completed in 22 milliseconds