Searched refs:ORC_HCTRL (Results 1 – 2 of 2) sorted by relevance
144 if (inb(host->base + ORC_HCTRL) & HOSTSTOP) /* Wait HOSTSTOP set */ in wait_chip_ready()169 if (!(inb(host->base + ORC_HCTRL) & SCSIRST)) /* Wait SCSIRST done */ in wait_scsi_reset_done()182 if (!(inb(host->base + ORC_HCTRL) & HDO)) /* Wait HDO off */ in wait_HDO_off()209 outb(HDO, host->base + ORC_HCTRL); in orc_read_fwrev()230 outb(HDO, host->base + ORC_HCTRL); in orc_nv_write()235 outb(HDO, host->base + ORC_HCTRL); in orc_nv_write()240 outb(HDO, host->base + ORC_HCTRL); in orc_nv_write()253 outb(HDO, host->base + ORC_HCTRL); in orc_nv_read()258 outb(HDO, host->base + ORC_HCTRL); in orc_nv_read()511 outb(DEVRST, host->base + ORC_HCTRL); /* Reset Host Adapter */ in init_orchid()[all …]
101 #define ORC_HCTRL 0xA5 /* Host Control */ macro