Searched refs:INTR_PENDING (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/sys/dev/buslogic/
H A Dbt.c1518 while (((intstat = bt_inb(bt, INTSTAT_REG)) & INTR_PENDING) != 0) {
1933 if ((intstat & (INTR_PENDING|CMD_COMPLETE))
1934 == (INTR_PENDING|CMD_COMPLETE)) {
1974 if ((intstat & (INTR_PENDING|IMB_LOADED))
1975 == (INTR_PENDING|IMB_LOADED))
1985 } else if ((intstat & (INTR_PENDING|CMD_COMPLETE))
1986 == (INTR_PENDING|CMD_COMPLETE)) {
H A Dbtreg.h95 #define INTR_PENDING 0x80 /* There is a pending INTR */ macro
/freebsd-10-stable/sys/dev/aha/
H A Dahareg.h83 #define INTR_PENDING 0x80 /* There is a pending INTR */ macro
H A Daha.c1102 while (((intstat = aha_inb(aha, INTSTAT_REG)) & INTR_PENDING) != 0) {
1480 if ((intstat & (INTR_PENDING|CMD_COMPLETE))
1481 == (INTR_PENDING|CMD_COMPLETE)) {
1518 } else if ((intstat & (INTR_PENDING|CMD_COMPLETE))
1519 == (INTR_PENDING|CMD_COMPLETE)) {

Completed in 170 milliseconds