Home
last modified time | relevance | path

Searched refs:MII_100T2SR (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/mii/
HDukphy_subr.c99 gtsr = PHY_READ(phy, MII_100T2SR); in ukphy_status()
HDmii.h185 #define MII_100T2SR 0x0a /* 100base-T2 status register */ macro
HDnsgphy.c220 gtsr = PHY_READ(sc, MII_100T2SR); in nsgphy_status()
HDjmphy.c219 if ((PHY_READ(sc, MII_100T2SR) & GTSR_MS_RES) != 0) in jmphy_status()
HDatphy.c268 (PHY_READ(sc, MII_100T2SR) & GTSR_MS_RES) != 0) in atphy_status()