Searched refs:IE_STAT_BUSY (Results 1 – 4 of 4) sorted by relevance
178 #define IE_STAT_BUSY 0x4000 /* command is running now */ macro
284 #define IE_STAT_BUSY 0x4000 /* command is running now */ macro
748 if ((status & (IE_STAT_COMPL|IE_STAT_BUSY)) == IE_STAT_BUSY) {
921 if (!(status & IE_STAT_COMPL) || (status & IE_STAT_BUSY)) in ietint()