Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dwd7000.c341 #define ASC_STAT 0 /* Status, Read */ macro
779 if (!WAIT(host->iobase + ASC_STAT, ASC_STATMASK, CMD_RDY, 0)) { in command_out()
783 WAIT(host->iobase + ASC_STAT, ASC_STATMASK, CMD_RDY, 0); in command_out()
784 } while (inb(host->iobase + ASC_STAT) & CMD_REJ); in command_out()
1019 if (!(inb(host->iobase + ASC_STAT) & INT_IM)) { in wd7000_intr()
1200 if (WAIT(host->iobase + ASC_STAT, ASC_STATMASK, CMD_RDY, 0)) { in wd7000_adapter_reset()
1242 if (WAIT(host->iobase + ASC_STAT, ASC_STATMASK, ASC_INIT, 0)) { in wd7000_adapter_reset()
1462 if (WAIT(iobase + ASC_STAT, ASC_STATMASK, CMD_RDY, 0)) { in wd7000_detect()
1555 if (inb(host->iobase + ASC_STAT) & INT_IM) {