Searched refs:IM_STAT_REG (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dibmmca.c72 #define IM_STAT_REG(hi) (hosts[(hi)]->io_port+7) /*Basic Status (1 byte, read only) */ macro
506 for (host_index = 0; hosts[host_index] && !(inb(IM_STAT_REG(host_index)) & IM_INTR_REQUEST); host_index++);
523 if (!(inb(IM_STAT_REG(host_index)) & IM_BUSY))
565 printk(KERN_ERR " Basic Status Register.......: %x\n", inb(IM_STAT_REG(ihost_index)));
712 if (!(inb(IM_STAT_REG(host_index)) & IM_BUSY))
1760 printk("IBM MCA SCSI: Control Register contents: %x, status: %x\n", ctrl, inb(IM_STAT_REG(found)));
2172 if (!(inb(IM_STAT_REG(host_index)) & IM_BUSY))
2258 if (!(inb(IM_STAT_REG(host_index)) & IM_BUSY))

Completed in 29 milliseconds