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

/freebsd-11.0-release/sys/dev/mii/
H A De1000phy.c158 * E1000_EADR to select default copper PHY. If parent
163 PHY_WRITE(sc, E1000_EADR, 0);
195 page = PHY_READ(sc, E1000_EADR);
196 PHY_WRITE(sc, E1000_EADR, 2);
203 PHY_WRITE(sc, E1000_EADR, 1);
208 PHY_WRITE(sc, E1000_EADR, page);
255 PHY_WRITE(sc, E1000_EADR, 2);
259 PHY_WRITE(sc, E1000_EADR, 0);
270 page = PHY_READ(sc, E1000_EADR);
272 PHY_WRITE(sc, E1000_EADR,
[all...]
H A De1000phyreg.h347 #define E1000_EADR 0x16 /* extended address reg */ macro

Completed in 50 milliseconds