Searched refs:HA_AIRQ (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/sys/dev/dpt/
H A Ddpt_scsi.c562 && !((status = dpt_inb(dpt, HA_RAUXSTAT)) & HA_AIRQ);
653 !((status = dpt_inb(dpt, HA_RAUXSTAT)) & HA_AIRQ);
1609 while (((aux_status = dpt_inb(dpt, HA_RAUXSTAT)) & HA_AIRQ) != 0) {
H A Ddpt.h259 #define HA_AIRQ 0x02 /* aux IRQ pending bit */ macro

Completed in 53 milliseconds