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

/freebsd-10.2-release/sys/dev/mii/
H A De1000phy.c301 reg = PHY_READ(sc, E1000_CR);
303 PHY_WRITE(sc, E1000_CR, reg);
349 reg = PHY_READ(sc, E1000_CR);
350 PHY_WRITE(sc, E1000_CR,
363 reg = PHY_READ(sc, E1000_CR);
365 PHY_WRITE(sc, E1000_CR, reg | E1000_CR_RESET);
375 PHY_WRITE(sc, E1000_CR, speed | E1000_CR_RESET);
433 bmcr = PHY_READ(sc, E1000_CR);
510 PHY_WRITE(sc, E1000_CR,
H A De1000phyreg.h73 #define E1000_CR 0x00 /* control register */ macro

Completed in 94 milliseconds