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

/freebsd-10.0-release/sys/dev/mii/
H A Dxmphy.c171 PHY_WRITE(sc, XMPHY_MII_ANAR, XMPHY_ANAR_FDX);
174 PHY_WRITE(sc, XMPHY_MII_ANAR, XMPHY_ANAR_HDX);
258 anlpar = PHY_READ(sc, XMPHY_MII_ANAR) &
279 anar = PHY_READ(mii, XMPHY_MII_ANAR);
281 PHY_WRITE(mii, XMPHY_MII_ANAR, anar);
H A Dxmphyreg.h59 #define XMPHY_MII_ANAR 0x04 macro

Completed in 103 milliseconds