Searched refs:IM_INTR_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.c71 #define IM_INTR_REG(hi) (hosts[(hi)]->io_port+6) /*Interrupt Status (1 byte, r/o) */ macro
529 intr_reg = (unsigned char) (inb(IM_INTR_REG(ihost_index)));
2270 while (reset_status(host_index) == IM_RESET_IN_PROGRESS && --ticks && ((inb(IM_INTR_REG(host_index)) & 0x8f) != 0x8f)) {
2281 if ((inb(IM_INTR_REG(host_index)) & 0x8f) == 0x8f) {
2283 if (inb(IM_INTR_REG(host_index)) == 0xaf)
2285 else if (inb(IM_INTR_REG(host_index)) == 0xcf)

Completed in 50 milliseconds