tag | line | file | source code |
DMASTAT | 1560 | drivers/scsi/aha152x.c | while( TESTLO( DMASTAT, INTSTAT ) ) |
DMASTAT | 1624 | drivers/scsi/aha152x.c | while( TESTLO ( DMASTAT, DFIFOEMP|INTSTAT ) ) |
DMASTAT | 1921 | drivers/scsi/aha152x.c | while( TESTLO ( DMASTAT, DFIFOFULL|INTSTAT ) ) |
DMASTAT | 1924 | drivers/scsi/aha152x.c | if( TESTHI( DMASTAT, DFIFOFULL ) ) |
DMASTAT | 2119 | drivers/scsi/aha152x.c | while( TESTLO ( DMASTAT, DFIFOEMP|INTSTAT ) ) |
DMASTAT | 2339 | drivers/scsi/aha152x.c | printk("INTSTAT ( %s ); ", TESTHI(DMASTAT, INTSTAT) ? "hi" : "lo"); |
DMASTAT | 2454 | drivers/scsi/aha152x.c | s=GETPORT(DMASTAT); |