Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/dpt/
H A Ddpt_scsi.c205 c = dpt_inb(dpt, HA_RSTATUS) & bits; in dpt_wait()
409 if (dpt_pio_wait(base, HA_RSTATUS, HA_SBUSY, 0)) { in dpt_pio_get_conf()
430 if (dpt_pio_wait(base, HA_RSTATUS, HA_SDRQ, 0)) { in dpt_pio_get_conf()
439 if (inb(base + HA_RSTATUS) & HA_SERROR) { in dpt_pio_get_conf()
453 while (inb(base + HA_RSTATUS) & HA_SDRQ) { in dpt_pio_get_conf()
505 while (((status = dpt_inb(dpt, HA_RSTATUS)) != (HA_SREADY | HA_SSC) in dpt_get_conf()
547 status = dpt_inb(dpt, HA_RSTATUS); in dpt_get_conf()
639 status = dpt_inb(dpt, HA_RSTATUS); in dpt_detect_cache()
1537 status = dpt_inb(dpt, HA_RSTATUS); in dpt_intr()
1555 status = dpt_inb(dpt, HA_RSTATUS); in dpt_intr()
[all …]
H A Ddpt.h258 #define HA_RSTATUS 0x07 /* status register offset */ macro