Searched refs:ORC_HSTUS (Results 1 – 2 of 2) sorted by relevance
156 if (inb(host->base + ORC_HSTUS) & RREADY) /* Wait READY set */ in wait_firmware_ready()195 if ((*data = inb(host->base + ORC_HSTUS)) & HDI) in wait_hdi_set()216 outb(data, host->base + ORC_HSTUS); /* Clear HDI */ in orc_read_fwrev()221 outb(data, host->base + ORC_HSTUS); /* Clear HDI */ in orc_read_fwrev()265 outb(data, host->base + ORC_HSTUS); /* Clear HDI */ in orc_nv_read()508 if (inb(host->base + ORC_HSTUS) & RREADY) { /* Orchid is ready */ in init_orchid()755 outb(data, host->base + ORC_HSTUS); /* Clear HDI */ in orchid_abort_scb()
106 #define ORC_HSTUS 0xA6 /* Host Status */ macro