taglinefilesource code
DMASTAT1408drivers/scsi/aha152x.cwhile( TESTLO( DMASTAT, INTSTAT ) )
DMASTAT1470drivers/scsi/aha152x.cwhile( TESTLO ( DMASTAT, DFIFOEMP|INTSTAT ) )
DMASTAT1728drivers/scsi/aha152x.cwhile( TESTLO ( DMASTAT, DFIFOFULL|INTSTAT ) )
DMASTAT1731drivers/scsi/aha152x.cif( TESTHI( DMASTAT, DFIFOFULL ) )
DMASTAT1916drivers/scsi/aha152x.cwhile( TESTLO ( DMASTAT, DFIFOEMP|INTSTAT ) )
DMASTAT2127drivers/scsi/aha152x.cprintk("INTSTAT ( %s ); ", TESTHI(DMASTAT, INTSTAT) ? "hi" : "lo");
DMASTAT2242drivers/scsi/aha152x.cs=GETPORT(DMASTAT);