Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/aha/
Dahareg.h88 #define IMB_LOADED 0x01 /* Incoming Mailbox loaded */ macro
Daha.c1110 if ((intstat & IMB_LOADED) != 0) { in aha_intr_locked()
/freebsd-9-stable/sys/dev/buslogic/
Dbtreg.h100 #define IMB_LOADED 0x01 /* Incoming Mailbox loaded */ macro
Dbt.c1527 if ((intstat & IMB_LOADED) != 0) { in bt_intr_locked()
1972 if ((intstat & (INTR_PENDING|IMB_LOADED)) in bt_cmd()
1973 == (INTR_PENDING|IMB_LOADED)) in bt_cmd()