tag | line | file | source code |
DMASTAT | 1387 | drivers/scsi/aha152x.c | while( TESTLO( DMASTAT, INTSTAT ) ) |
DMASTAT | 1449 | drivers/scsi/aha152x.c | while( TESTLO ( DMASTAT, DFIFOEMP|INTSTAT ) ) |
DMASTAT | 1707 | drivers/scsi/aha152x.c | while( TESTLO ( DMASTAT, DFIFOFULL|INTSTAT ) ) |
DMASTAT | 1710 | drivers/scsi/aha152x.c | if( TESTHI( DMASTAT, DFIFOFULL ) ) |
DMASTAT | 1890 | drivers/scsi/aha152x.c | while( TESTLO ( DMASTAT, DFIFOEMP|INTSTAT ) ) |
DMASTAT | 2101 | drivers/scsi/aha152x.c | printk("INTSTAT ( %s ); ", TESTHI(DMASTAT, INTSTAT) ? "hi" : "lo"); |
DMASTAT | 2216 | drivers/scsi/aha152x.c | s=GETPORT(DMASTAT); |