Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/dpt/
Ddpt_scsi.c434 if (dpt_pio_wait(base, HA_RAUXSTAT, HA_ABUSY, 0)) { in dpt_pio_get_conf()
562 && !((status = dpt_inb(dpt, HA_RAUXSTAT)) & HA_AIRQ); in dpt_get_conf()
653 !((status = dpt_inb(dpt, HA_RAUXSTAT)) & HA_AIRQ); in dpt_detect_cache()
1072 if ((dpt_inb(dpt, HA_RAUXSTAT) & HA_ABUSY) == 0) in dpt_send_eata_command()
1610 while (((aux_status = dpt_inb(dpt, HA_RAUXSTAT)) & HA_AIRQ) != 0) { in dpt_intr_locked()
Ddpt.h253 #define HA_RAUXSTAT 0x08 /* aux status register offset */ macro