Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Du14-34f.c531 #define IRQ_ASSERTED 0x01 macro
1366 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()
Deata.c594 #define IRQ_ASSERTED 0x02 macro
1868 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()