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

/freebsd-11.0-release/sys/dev/mii/
H A De1000phy.c299 reg = PHY_READ(sc, E1000_CR);
301 PHY_WRITE(sc, E1000_CR, reg);
341 reg = PHY_READ(sc, E1000_CR);
342 PHY_WRITE(sc, E1000_CR,
355 reg = PHY_READ(sc, E1000_CR);
357 PHY_WRITE(sc, E1000_CR, reg | E1000_CR_RESET);
367 PHY_WRITE(sc, E1000_CR, speed | E1000_CR_RESET);
419 bmcr = PHY_READ(sc, E1000_CR);
496 PHY_WRITE(sc, E1000_CR,
H A De1000phyreg.h73 #define E1000_CR 0x00 /* control register */ macro

Completed in 58 milliseconds