Home
last modified time | relevance | path

Searched refs:PHY_BMSR_AUTONEGCOMP (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/xe/
HDif_xereg.h656 #define PHY_BMSR_AUTONEGCOMP 0x0020 /* Auto-negotiation complete */ macro
HDif_xe.c1076 if (bmsr & (PHY_BMSR_AUTONEGCOMP | PHY_BMSR_LINKSTAT)) { in xe_setmedia()
/freebsd-11-stable/sys/dev/my/
HDif_myreg.h580 #define PHY_BMSR_AUTONEGCOMP 0x0020 macro
HDif_my.c461 if (my_phy_readreg(sc, PHY_BMSR) & PHY_BMSR_AUTONEGCOMP) { in my_autoneg_mii()