tag | line | file | source code |
DMASTAT | 1398 | drivers/scsi/aha152x.c | while( TESTLO( DMASTAT, INTSTAT ) ) |
DMASTAT | 1460 | drivers/scsi/aha152x.c | while( TESTLO ( DMASTAT, DFIFOEMP|INTSTAT ) ) |
DMASTAT | 1718 | drivers/scsi/aha152x.c | while( TESTLO ( DMASTAT, DFIFOFULL|INTSTAT ) ) |
DMASTAT | 1721 | drivers/scsi/aha152x.c | if( TESTHI( DMASTAT, DFIFOFULL ) ) |
DMASTAT | 1901 | drivers/scsi/aha152x.c | while( TESTLO ( DMASTAT, DFIFOEMP|INTSTAT ) ) |
DMASTAT | 2112 | drivers/scsi/aha152x.c | printk("INTSTAT ( %s ); ", TESTHI(DMASTAT, INTSTAT) ? "hi" : "lo"); |
DMASTAT | 2227 | drivers/scsi/aha152x.c | s=GETPORT(DMASTAT); |