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

/freebsd-12-stable/sys/dev/mii/
H A De1000phy.c301 reg = PHY_READ(sc, E1000_CR);
303 PHY_WRITE(sc, E1000_CR, reg);
343 reg = PHY_READ(sc, E1000_CR);
344 PHY_WRITE(sc, E1000_CR,
357 reg = PHY_READ(sc, E1000_CR);
359 PHY_WRITE(sc, E1000_CR, reg | E1000_CR_RESET);
369 PHY_WRITE(sc, E1000_CR, speed | E1000_CR_RESET);
421 bmcr = PHY_READ(sc, E1000_CR);
498 PHY_WRITE(sc, E1000_CR,
H A De1000phyreg.h75 #define E1000_CR 0x00 /* control register */ macro

Completed in 157 milliseconds