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