Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/ic/
Di82586reg.h258 #define IE_TDR_SHORT 0x1000 /* TDR detected a short */ macro
Di82596reg.h399 #define IE_TDR_SHORT 0x1000 /* TDR detected a short */ macro
Di82596.c1436 else if (result & IE_TDR_SHORT)
/openbsd/src/sys/dev/isa/
Dif_ie.c1725 else if (result & IE_TDR_SHORT) in run_tdr()