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

/freebsd-13-stable/sys/dev/mii/
H A Dxmphy.c158 if (PHY_READ(sc, XMPHY_MII_BMCR) & XMPHY_BMCR_AUTOEN)
167 PHY_WRITE(sc, XMPHY_MII_BMCR, XMPHY_BMCR_FDX);
170 PHY_WRITE(sc, XMPHY_MII_BMCR, 0);
230 bmcr = PHY_READ(sc, XMPHY_MII_BMCR);
272 PHY_WRITE(mii, XMPHY_MII_BMCR,
H A Dxmphyreg.h44 #define XMPHY_MII_BMCR 0x00 macro

Completed in 111 milliseconds