taglinefilesource code
DMASTAT1560drivers/scsi/aha152x.cwhile( TESTLO( DMASTAT, INTSTAT ) )
DMASTAT1624drivers/scsi/aha152x.cwhile( TESTLO ( DMASTAT, DFIFOEMP|INTSTAT ) )
DMASTAT1921drivers/scsi/aha152x.cwhile( TESTLO ( DMASTAT, DFIFOFULL|INTSTAT ) )
DMASTAT1924drivers/scsi/aha152x.cif( TESTHI( DMASTAT, DFIFOFULL ) )
DMASTAT2119drivers/scsi/aha152x.cwhile( TESTLO ( DMASTAT, DFIFOEMP|INTSTAT ) )
DMASTAT2339drivers/scsi/aha152x.cprintk("INTSTAT ( %s ); ", TESTHI(DMASTAT, INTSTAT) ? "hi" : "lo");
DMASTAT2454drivers/scsi/aha152x.cs=GETPORT(DMASTAT);