Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/dpt/
H A Ddpt_scsi.c541 && !((status = dpt_inb(dpt, HA_RAUXSTAT)) & HA_AIRQ); in dpt_get_conf()
633 !((status = dpt_inb(dpt, HA_RAUXSTAT)) & HA_AIRQ); in dpt_detect_cache()
1527 while (((aux_status = dpt_inb(dpt, HA_RAUXSTAT)) & HA_AIRQ) != 0) { in dpt_intr()
H A Ddpt.h263 #define HA_AIRQ 0x02 /* aux IRQ pending bit */ macro