taglinefilesource code
DMASTAT1534drivers/scsi/aha152x.cwhile( TESTLO( DMASTAT, INTSTAT ) )
DMASTAT1598drivers/scsi/aha152x.cwhile( TESTLO ( DMASTAT, DFIFOEMP|INTSTAT ) )
DMASTAT1895drivers/scsi/aha152x.cwhile( TESTLO ( DMASTAT, DFIFOFULL|INTSTAT ) )
DMASTAT1898drivers/scsi/aha152x.cif( TESTHI( DMASTAT, DFIFOFULL ) )
DMASTAT2093drivers/scsi/aha152x.cwhile( TESTLO ( DMASTAT, DFIFOEMP|INTSTAT ) )
DMASTAT2313drivers/scsi/aha152x.cprintk("INTSTAT ( %s ); ", TESTHI(DMASTAT, INTSTAT) ? "hi" : "lo");
DMASTAT2428drivers/scsi/aha152x.cs=GETPORT(DMASTAT);