Searched refs:IRQ_ASSERTED (Results 1 – 2 of 2) sorted by relevance
531 #define IRQ_ASSERTED 0x01 macro1366 if (inb(sh[j]->io_port + REG_SYS_INTR) & IRQ_ASSERTED) in DEF_SCSI_QCMD()1726 if (!((reg = inb(sh[j]->io_port + REG_SYS_INTR)) & IRQ_ASSERTED)) goto none; in ihdlr()
594 #define IRQ_ASSERTED 0x02 macro1868 if (inb(shost->io_port + REG_AUX_STATUS) & IRQ_ASSERTED) in DEF_SCSI_QCMD()2294 if (!(inb(shost->io_port + REG_AUX_STATUS) & IRQ_ASSERTED)) in ihdlr()