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) in tg3_readphy() function 265 tg3_readphy(tp, MII_TG3_AUX_CTRL, &val); in tg3_phy_set_wirespeed() 284 err = tg3_readphy(tp, MII_BMCR, &phy_control); in tg3_bmcr_reset() 307 tg3_readphy(tp, 0x16, &tmp32); in tg3_wait_macro_done() 361 tg3_readphy(tp, MII_TG3_DSP_RW_PORT, &low); in tg3_phy_write_and_check_testpat() 362 tg3_readphy(tp, MII_TG3_DSP_RW_PORT, &high); in tg3_phy_write_and_check_testpat() 419 tg3_readphy(tp, MII_TG3_EXT_CTRL, ®32); in tg3_phy_reset_5703_4_5() 428 tg3_readphy(tp, MII_TG3_CTRL, &phy9_orig); in tg3_phy_reset_5703_4_5() 459 tg3_readphy(tp, MII_TG3_EXT_CTRL, ®32); in tg3_phy_reset_5703_4_5() 474 err = tg3_readphy(tp, MII_BMSR, &phy_status); in tg3_phy_reset() [all …]
|