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

/freebsd-13-stable/sys/dev/mii/
H A Dxmphy.c166 PHY_WRITE(sc, XMPHY_MII_ANAR, XMPHY_ANAR_FDX);
169 PHY_WRITE(sc, XMPHY_MII_ANAR, XMPHY_ANAR_HDX);
247 anlpar = PHY_READ(sc, XMPHY_MII_ANAR) &
268 anar = PHY_READ(mii, XMPHY_MII_ANAR);
270 PHY_WRITE(mii, XMPHY_MII_ANAR, anar);
H A Dxmphyreg.h61 #define XMPHY_MII_ANAR 0x04 macro

Completed in 47 milliseconds