Searched refs:other_ir (Results 1 – 4 of 4) sorted by relevance
125 unsigned long other_ir = io_ports->irq_addr + (IOC4_INTR_REG << 2); in sgiioc4_clearirq() local128 intr_reg = readl((void __iomem *)other_ir); in sgiioc4_clearirq()169 writel(0x03, (void __iomem *)other_ir); in sgiioc4_clearirq()171 intr_reg = readl((void __iomem *)other_ir); in sgiioc4_clearirq()296 unsigned long other_ir = port - 0x110; in sgiioc4_read_status() local297 unsigned int intr_reg = (u32) readl((void __iomem *) other_ir); in sgiioc4_read_status()301 writel(0x03, (void __iomem *) other_ir); in sgiioc4_read_status()302 intr_reg = (u32) readl((void __iomem *) other_ir); in sgiioc4_read_status()
74 } other_ir; /* Other interrupt state */ member
809 intrs = readl(&mem->other_ir.raw) & readl(&mem->other_ies.raw); in pending_intrs()921 static void handle_dma_error_intr(void *arg, uint32_t other_ir) in handle_dma_error_intr() argument930 writel(hooks->intr_dma_error, &port->ip_mem->other_ir.raw); in handle_dma_error_intr()1036 readl(&mem->other_ir.raw), in ioc4_intr()2851 writel(IOC4_OTHER_IR_SER_MEMERR, &idd->idd_misc_regs->other_ir.raw); in ioc4_serial_attach_one()
366 writel(~0, &idd->idd_misc_regs->other_ir.raw); in ioc4_probe()