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

/haiku/src/add-ons/kernel/drivers/network/ether/marvell_yukon/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
/haiku/src/add-ons/kernel/drivers/network/ether/syskonnect/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 86 milliseconds