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

/freebsd-12-stable/sys/dev/mii/
H A De1000phy.c160 * E1000_EADR to select default copper PHY. If parent
165 PHY_WRITE(sc, E1000_EADR, 0);
197 page = PHY_READ(sc, E1000_EADR);
198 PHY_WRITE(sc, E1000_EADR, 2);
205 PHY_WRITE(sc, E1000_EADR, 1);
210 PHY_WRITE(sc, E1000_EADR, page);
257 PHY_WRITE(sc, E1000_EADR, 2);
261 PHY_WRITE(sc, E1000_EADR, 0);
272 page = PHY_READ(sc, E1000_EADR);
274 PHY_WRITE(sc, E1000_EADR,
[all...]
H A De1000phyreg.h349 #define E1000_EADR 0x16 /* extended address reg */ macro

Completed in 24 milliseconds