Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Di82586reg.h178 #define IE_STAT_BUSY 0x4000 /* command is running now */ macro
H A Di82596reg.h284 #define IE_STAT_BUSY 0x4000 /* command is running now */ macro
H A Di82596.c748 if ((status & (IE_STAT_COMPL|IE_STAT_BUSY)) == IE_STAT_BUSY) {
/openbsd/sys/dev/isa/
H A Dif_ie.c921 if (!(status & IE_STAT_COMPL) || (status & IE_STAT_BUSY)) in ietint()