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