Searched refs:phy_control (Results 1 – 1 of 1) sorted by relevance
279 uint32_t phy_control; in tg3_bmcr_reset() local285 phy_control = BMCR_RESET; in tg3_bmcr_reset()286 err = tg3_writephy(tp, MII_BMCR, phy_control); in tg3_bmcr_reset()292 err = tg3_readphy(tp, MII_BMCR, &phy_control); in tg3_bmcr_reset()296 if ((phy_control & BMCR_RESET) == 0) { in tg3_bmcr_reset()