taglinefilesource code
DMASTAT1577drivers/scsi/aha152x.cwhile( TESTLO( DMASTAT, INTSTAT ) )
DMASTAT1641drivers/scsi/aha152x.cwhile( TESTLO ( DMASTAT, DFIFOEMP|INTSTAT ) )
DMASTAT1938drivers/scsi/aha152x.cwhile( TESTLO ( DMASTAT, DFIFOFULL|INTSTAT ) )
DMASTAT1941drivers/scsi/aha152x.cif( TESTHI( DMASTAT, DFIFOFULL ) )
DMASTAT2136drivers/scsi/aha152x.cwhile( TESTLO ( DMASTAT, DFIFOEMP|INTSTAT ) )
DMASTAT2356drivers/scsi/aha152x.cprintk("INTSTAT ( %s ); ", TESTHI(DMASTAT, INTSTAT) ? "hi" : "lo");
DMASTAT2471drivers/scsi/aha152x.cs=GETPORT(DMASTAT);