Searched refs:E1000_EADR (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/mii/ |
H A D | e1000phy.c | 162 PHY_WRITE(sc, E1000_EADR, 0); in e1000phy_attach() 194 page = PHY_READ(sc, E1000_EADR); in e1000phy_reset() 195 PHY_WRITE(sc, E1000_EADR, 2); in e1000phy_reset() 202 PHY_WRITE(sc, E1000_EADR, 1); in e1000phy_reset() 207 PHY_WRITE(sc, E1000_EADR, page); in e1000phy_reset() 254 PHY_WRITE(sc, E1000_EADR, 2); in e1000phy_reset() 258 PHY_WRITE(sc, E1000_EADR, 0); in e1000phy_reset() 269 page = PHY_READ(sc, E1000_EADR); in e1000phy_reset() 271 PHY_WRITE(sc, E1000_EADR, 3); in e1000phy_reset() 280 PHY_WRITE(sc, E1000_EADR, page); in e1000phy_reset()
|
H A D | e1000phyreg.h | 348 #define E1000_EADR 0x16 /* extended address reg */ macro
|