taglinefilesource code
INTSTAT1666drivers/scsi/aha152x.cwhile(TESTLO(DMASTAT, INTSTAT))
INTSTAT1745drivers/scsi/aha152x.cwhile(TESTLO(DMASTAT, INTSTAT))
INTSTAT2030drivers/scsi/aha152x.cwhile(TESTLO (DMASTAT, DFIFOFULL|INTSTAT))
INTSTAT2243drivers/scsi/aha152x.cwhile(TESTLO(DMASTAT, DFIFOEMP|INTSTAT))
INTSTAT2464drivers/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));