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

/freebsd-10-stable/sys/dev/aha/
H A Dahareg.h88 #define IMB_LOADED 0x01 /* Incoming Mailbox loaded */ macro
H A Daha.c1110 if ((intstat & IMB_LOADED) != 0) {
/freebsd-10-stable/sys/dev/buslogic/
H A Dbtreg.h100 #define IMB_LOADED 0x01 /* Incoming Mailbox loaded */ macro
H A Dbt.c1527 if ((intstat & IMB_LOADED) != 0) {
1974 if ((intstat & (INTR_PENDING|IMB_LOADED))
1975 == (INTR_PENDING|IMB_LOADED))

Completed in 67 milliseconds