Home
last modified time | relevance | path

Searched refs:SCR_T4 (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/mii/
H A Dinphyreg.h52 #define SCR_T4 0x0004 /* autoneg resulted in 100baseT4 */ macro
H A Dinphy.c244 else if ((bmsr & BMSR_100T4) && (scr & SCR_T4)) in inphy_status()