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

/freebsd-13-stable/sys/dev/mii/
H A Dxmphyreg.h47 #define XMPHY_BMCR_AUTOEN 0x1000 /* Autoneg enabled */ macro
H A Dxmphy.c158 if (PHY_READ(sc, XMPHY_MII_BMCR) & XMPHY_BMCR_AUTOEN)
235 if (bmcr & XMPHY_BMCR_AUTOEN) {
273 XMPHY_BMCR_AUTOEN | XMPHY_BMCR_STARTNEG);

Completed in 53 milliseconds