Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/ide/
Dsgiioc4.c125 unsigned long other_ir = io_ports->irq_addr + (IOC4_INTR_REG << 2); in sgiioc4_clearirq() local
128 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() local
297 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()
/linux-4.4.14/include/linux/
Dioc4.h74 } other_ir; /* Other interrupt state */ member
/linux-4.4.14/drivers/tty/serial/
Dioc4_serial.c809 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() argument
930 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()
/linux-4.4.14/drivers/misc/
Dioc4.c366 writel(~0, &idd->idd_misc_regs->other_ir.raw); in ioc4_probe()