Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/cs/
H A Dif_cs.c217 for (i=0; cs_readreg(sc, PP_AutoNegST) & AUTO_NEG_BUSY; i++) { in cs_duplex_auto()
1160 if (cs_readreg(sc, PP_AutoNegST) & FDX_ACTIVE) in cs_mediastatus()
1162 if (cs_readreg(sc, PP_AutoNegST) & HDX_ACTIVE) in cs_mediastatus()
H A Dif_csreg.h79 #define PP_AutoNegST 0x013E /* Auto Neg Status */ macro