Home
last modified time | relevance | path

Searched refs:IE_TDR_XCVR (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/dev/ic/
H A Di82586reg.h256 #define IE_TDR_XCVR 0x4000 /* detected a transceiver problem */ macro
H A Di82596reg.h397 #define IE_TDR_XCVR 0x4000 /* detected a transceiver problem */ macro
H A Di82596.c1429 else if (result & IE_TDR_XCVR) {
/openbsd/sys/dev/isa/
H A Dif_ie.c1720 else if (result & IE_TDR_XCVR) in run_tdr()