taglinefilesource code
INTSTAT1385drivers/scsi/aha152x.cwhile( TESTLO( DMASTAT, INTSTAT ) )
INTSTAT1447drivers/scsi/aha152x.cwhile( TESTLO ( DMASTAT, DFIFOEMP|INTSTAT ) )
INTSTAT1667drivers/scsi/aha152x.cwhile( TESTLO( DMASTAT, INTSTAT ) )
INTSTAT1724drivers/scsi/aha152x.cwhile( TESTLO ( DMASTAT, DFIFOFULL|INTSTAT ) )
INTSTAT1907drivers/scsi/aha152x.cwhile( TESTLO ( DMASTAT, DFIFOEMP|INTSTAT ) )
INTSTAT2118drivers/scsi/aha152x.cprintk("INTSTAT ( %s ); ", TESTHI(DMASTAT, INTSTAT) ? "hi" : "lo");