Searched refs:ORC_HSTUS (Results 1 – 2 of 2) sorted by relevance
157 if (inb(host->base + ORC_HSTUS) & RREADY) /* Wait READY set */ in wait_firmware_ready()196 if ((*data = inb(host->base + ORC_HSTUS)) & HDI) in wait_hdi_set()217 outb(data, host->base + ORC_HSTUS); /* Clear HDI */ in orc_read_fwrev()222 outb(data, host->base + ORC_HSTUS); /* Clear HDI */ in orc_read_fwrev()266 outb(data, host->base + ORC_HSTUS); /* Clear HDI */ in orc_nv_read()509 if (inb(host->base + ORC_HSTUS) & RREADY) { /* Orchid is ready */ in init_orchid()756 outb(data, host->base + ORC_HSTUS); /* Clear HDI */ in orchid_abort_scb()
106 #define ORC_HSTUS 0xA6 /* Host Status */ macro