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

/freebsd-11.0-release/sys/dev/mii/
H A Dxmphy.c164 PHY_WRITE(sc, XMPHY_MII_ANAR, XMPHY_ANAR_FDX);
167 PHY_WRITE(sc, XMPHY_MII_ANAR, XMPHY_ANAR_HDX);
245 anlpar = PHY_READ(sc, XMPHY_MII_ANAR) &
266 anar = PHY_READ(mii, XMPHY_MII_ANAR);
268 PHY_WRITE(mii, XMPHY_MII_ANAR, anar);
H A Dxmphyreg.h59 #define XMPHY_MII_ANAR 0x04 macro

Completed in 50 milliseconds