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

/freebsd-11.0-release/sys/dev/mii/
H A Dxmphy.c156 if (PHY_READ(sc, XMPHY_MII_BMCR) & XMPHY_BMCR_AUTOEN)
165 PHY_WRITE(sc, XMPHY_MII_BMCR, XMPHY_BMCR_FDX);
168 PHY_WRITE(sc, XMPHY_MII_BMCR, 0);
228 bmcr = PHY_READ(sc, XMPHY_MII_BMCR);
270 PHY_WRITE(mii, XMPHY_MII_BMCR,
H A Dxmphyreg.h42 #define XMPHY_MII_BMCR 0x00 macro

Completed in 42 milliseconds