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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dsgiioc4.c125 unsigned long other_ir = io_ports->irq_addr + (IOC4_INTR_REG << 2); local
128 intr_reg = readl((void __iomem *)other_ir);
169 writel(0x03, (void __iomem *)other_ir);
171 intr_reg = readl((void __iomem *)other_ir);
296 unsigned long other_ir = port - 0x110; local
297 unsigned int intr_reg = (u32) readl((void __iomem *) other_ir);
301 writel(0x03, (void __iomem *) other_ir);
302 intr_reg = (u32) readl((void __iomem *) other_ir);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dioc4.h74 } other_ir; /* Other interrupt state */ member in struct:ioc4_misc_regs
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/
H A Dioc4.c370 writel(~0, &idd->idd_misc_regs->other_ir.raw);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dioc4_serial.c809 intrs = readl(&mem->other_ir.raw) & readl(&mem->other_ies.raw);
919 * @other_ir: ioc4regs
921 static void handle_dma_error_intr(void *arg, uint32_t other_ir) argument
930 writel(hooks->intr_dma_error, &port->ip_mem->other_ir.raw);
1031 "other_ir 0x%x other_ies 0x%x mask 0x%x\n",
1035 readl(&mem->other_ir.raw),
2854 writel(IOC4_OTHER_IR_SER_MEMERR, &idd->idd_misc_regs->other_ir.raw);

Completed in 63 milliseconds