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

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

Completed in 26 milliseconds