taglinefilesource code
DMASTAT1398drivers/scsi/aha152x.cwhile( TESTLO( DMASTAT, INTSTAT ) )
DMASTAT1460drivers/scsi/aha152x.cwhile( TESTLO ( DMASTAT, DFIFOEMP|INTSTAT ) )
DMASTAT1718drivers/scsi/aha152x.cwhile( TESTLO ( DMASTAT, DFIFOFULL|INTSTAT ) )
DMASTAT1721drivers/scsi/aha152x.cif( TESTHI( DMASTAT, DFIFOFULL ) )
DMASTAT1901drivers/scsi/aha152x.cwhile( TESTLO ( DMASTAT, DFIFOEMP|INTSTAT ) )
DMASTAT2112drivers/scsi/aha152x.cprintk("INTSTAT ( %s ); ", TESTHI(DMASTAT, INTSTAT) ? "hi" : "lo");
DMASTAT2227drivers/scsi/aha152x.cs=GETPORT(DMASTAT);