Home
last modified time | relevance | path

Searched refs:ASC_STAT (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/scsi/
Dwd7000.c342 #define ASC_STAT 0 /* Status, Read */ macro
780 if (!WAIT(host->iobase + ASC_STAT, ASC_STATMASK, CMD_RDY, 0)) { in command_out()
784 WAIT(host->iobase + ASC_STAT, ASC_STATMASK, CMD_RDY, 0); in command_out()
785 } while (inb(host->iobase + ASC_STAT) & CMD_REJ); in command_out()
1020 if (!(inb(host->iobase + ASC_STAT) & INT_IM)) { in wd7000_intr()
1201 if (WAIT(host->iobase + ASC_STAT, ASC_STATMASK, CMD_RDY, 0)) { in wd7000_adapter_reset()
1243 if (WAIT(host->iobase + ASC_STAT, ASC_STATMASK, ASC_INIT, 0)) { in wd7000_adapter_reset()
1482 if (WAIT(iobase + ASC_STAT, ASC_STATMASK, CMD_RDY, 0)) { in wd7000_detect()
1575 if (inb(host->iobase + ASC_STAT) & INT_IM) {