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

/freebsd-12-stable/sys/dev/mii/
H A Dnsgphy.c186 int bmsr, bmcr, physup, gtsr; local
193 physup = PHY_READ(sc, NSGPHY_MII_PHYSUP);
195 if (physup & PHY_SUP_LINK)
219 switch (physup & (PHY_SUP_SPEED1 | PHY_SUP_SPEED0)) {
241 if (physup & PHY_SUP_DUPLEX)

Completed in 59 milliseconds