Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/mii/
Dukphy_subr.c124 (gtsr & GTSR_MS_RES) != 0) in ukphy_status()
Dmii.h189 #define GTSR_MS_RES 0x4000 /* result: 1 = master, 0 = slave */ macro
Dnsgphy.c223 if (gtsr & GTSR_MS_RES) in nsgphy_status()
Datphy.c270 (PHY_READ(sc, MII_100T2SR) & GTSR_MS_RES) != 0) in atphy_status()
Djmphy.c221 if ((PHY_READ(sc, MII_100T2SR) & GTSR_MS_RES) != 0) in jmphy_status()