Home
last modified time | relevance | path

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

/openbsd/sys/dev/mii/
H A Dukphy_subr.c121 (gtsr & GTSR_MS_RES)) in ukphy_status()
H A Dmii.h182 #define GTSR_MS_RES 0x4000 /* result: 1 = master, 0 = slave */ macro
H A Dnsgphy.c252 if (gtsr & GTSR_MS_RES) in nsgphy_status()
H A Djmphy.c262 if ((PHY_READ(sc, MII_100T2SR) & GTSR_MS_RES) != 0) in jmphy_status()
H A Datphy.c341 gsr & GTSR_MS_RES) in atphy_status()
H A Dciphy.c297 gsr & GTSR_MS_RES) in ciphy_status()
H A Dipgphy.c342 if (PHY_READ(sc, MII_100T2SR) & GTSR_MS_RES) in ipgphy_status()
H A Drgephy.c402 gtsr & GTSR_MS_RES) in rgephy_status()
H A Dbrgphy.c541 if (PHY_READ(sc, MII_100T2SR) & GTSR_MS_RES) in brgphy_copper_status()