Home
last modified time | relevance | path

Searched refs:phy_control (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/grub/grub-0.97/netboot/
H A Dtg3.c271 uint32_t phy_control; in tg3_bmcr_reset() local
277 phy_control = BMCR_RESET; in tg3_bmcr_reset()
278 err = tg3_writephy(tp, MII_BMCR, phy_control); in tg3_bmcr_reset()
284 err = tg3_readphy(tp, MII_BMCR, &phy_control); in tg3_bmcr_reset()
288 if ((phy_control & BMCR_RESET) == 0) { in tg3_bmcr_reset()