Searched refs:tg3_readphy (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | tg3.c | 172 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, ®32); 428 tg3_readphy(tp, MII_TG3_CTRL, &phy9_orig); 459 tg3_readphy(tp, MII_TG3_EXT_CTRL, ®32); 474 err = tg3_readphy(t [all...] |
Completed in 3167 milliseconds