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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/pci/
H A Dsgiioc4.c137 unsigned long other_ir = local
141 intr_reg = readl((void __iomem *)other_ir);
183 writel(0x03, (void __iomem *)other_ir);
185 intr_reg = readl((void __iomem *)other_ir);
340 unsigned long other_ir = port - 0x110; local
341 unsigned int intr_reg = (u32) readl((void __iomem *) other_ir);
345 writel(0x03, (void __iomem *) other_ir);
346 intr_reg = (u32) readl((void __iomem *) other_ir);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dioc4.h74 } other_ir; /* Other interrupt state */ member in struct:ioc4_misc_regs
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/misc/
H A Dioc4.c357 writel(~0, &idd->idd_misc_regs->other_ir.raw);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dioc4_serial.c808 intrs = readl(&mem->other_ir.raw) & readl(&mem->other_ies.raw);
918 * @other_ir: ioc4regs
920 static void handle_dma_error_intr(void *arg, uint32_t other_ir) argument
929 writel(hooks->intr_dma_error, &port->ip_mem->other_ir.raw);
1030 "other_ir 0x%x other_ies 0x%x mask 0x%x\n",
1034 readl(&mem->other_ir.raw),
2851 writel(IOC4_OTHER_IR_SER_MEMERR, &idd->idd_misc_regs->other_ir.raw);

Completed in 47 milliseconds