Searched refs:E1000_CR (Results 1 – 2 of 2) sorted by relevance
348 reg = PHY_READ (sc_phy, E1000_CR); in e1000phy_reset()350 PHY_WRITE (sc_phy, E1000_CR, reg); in e1000phy_reset()472 bmcr = PHY_READ (sc_phy, E1000_CR); in e1000phy_status()570 PHY_WRITE (sc_phy, E1000_CR, E1000_CR_AUTO_NEG_ENABLE | E1000_CR_RESTART_AUTO_NEG); in e1000phy_mii_phy_auto()
90 #define E1000_CR 0x00 /* control register */ macro