taglinefilesource code
INTSTAT1580drivers/scsi/aha152x.cwhile( TESTLO( DMASTAT, INTSTAT ) )
INTSTAT1644drivers/scsi/aha152x.cwhile( TESTLO ( DMASTAT, DFIFOEMP|INTSTAT ) )
INTSTAT1941drivers/scsi/aha152x.cwhile( TESTLO ( DMASTAT, DFIFOFULL|INTSTAT ) )
INTSTAT2139drivers/scsi/aha152x.cwhile( TESTLO ( DMASTAT, DFIFOEMP|INTSTAT ) )
INTSTAT2359drivers/scsi/aha152x.cprintk("INTSTAT ( %s ); ", TESTHI(DMASTAT, INTSTAT) ? "hi" : "lo");
INTSTAT1456drivers/scsi/aic7xxx.cwhile ((p != NULL) && !(inb(INTSTAT(p->base)) & INT_PEND))
INTSTAT1505drivers/scsi/aic7xxx.cintstat = inb(INTSTAT(base));