taglinefilesource code
INTSTAT1650drivers/scsi/aha152x.cwhile(TESTLO(DMASTAT, INTSTAT))
INTSTAT1729drivers/scsi/aha152x.cwhile(TESTLO(DMASTAT, INTSTAT))
INTSTAT2013drivers/scsi/aha152x.cwhile(TESTLO (DMASTAT, DFIFOFULL|INTSTAT))
INTSTAT2226drivers/scsi/aha152x.cwhile(TESTLO(DMASTAT, DFIFOEMP|INTSTAT))
INTSTAT2447drivers/scsi/aha152x.cprintk("INTSTAT (%s); ", TESTHI(DMASTAT, INTSTAT) ? "hi" : "lo");
INTSTAT2203drivers/scsi/aic7xxx.cwhile ((p != NULL) && !(inb(INTSTAT(p->base)) & INT_PEND))
INTSTAT2255drivers/scsi/aic7xxx.cintstat = inb(INTSTAT(base));