tag | line | file | source code |
INTSTAT | 1666 | drivers/scsi/aha152x.c | while(TESTLO(DMASTAT, INTSTAT)) |
INTSTAT | 1745 | drivers/scsi/aha152x.c | while(TESTLO(DMASTAT, INTSTAT)) |
INTSTAT | 2030 | drivers/scsi/aha152x.c | while(TESTLO (DMASTAT, DFIFOFULL|INTSTAT)) |
INTSTAT | 2243 | drivers/scsi/aha152x.c | while(TESTLO(DMASTAT, DFIFOEMP|INTSTAT)) |
INTSTAT | 2464 | drivers/scsi/aha152x.c | printk("INTSTAT (%s); ", TESTHI(DMASTAT, INTSTAT) ? "hi" : "lo"); |
INTSTAT | 1759 | drivers/scsi/aic7xxx.c | while ((p != NULL) && !(inb(INTSTAT + p->base) & INT_PEND)) |
INTSTAT | 1811 | drivers/scsi/aic7xxx.c | intstat = inb(INTSTAT + base); |