Searched refs:sio_ir (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/drivers/tty/serial/ |
D | ioc4_serial.c | 381 #define PENDING(_p) (readl(&(_p)->ip_mem->sio_ir.raw) & _p->ip_ienb) 382 #define READ_SIO_IR(_p) readl(&(_p)->ip_mem->sio_ir.raw) 637 static void handle_intr(void *arg, uint32_t sio_ir); 805 intrs = readl(&mem->sio_ir.raw) & readl(&mem->sio_ies.raw); in pending_intrs() 911 writel(hooks->intr_clear, &port->ip_mem->sio_ir.raw); in port_init() 1033 (void *)mem, readl(&mem->sio_ir.raw), in ioc4_intr() 1834 static void handle_intr(void *arg, uint32_t sio_ir) in handle_intr() argument 1857 sio_ir &= ~(hooks->intr_tx_mt); in handle_intr() 1874 if (sio_ir & hooks->intr_delta_dcd) { in handle_intr() 1877 &port->ip_mem->sio_ir.raw); in handle_intr() [all …]
|
D | ioc3_serial.c | 113 #define PENDING(_a, _p) (readl(&(_p)->vma->sio_ir) & (_a)->ic_enable) 1447 unsigned int sio_ir; in ioc3uart_intr_one() local 1468 sio_ir = pending & ~(hooks->intr_tx_mt); in ioc3uart_intr_one() 1484 if (sio_ir & hooks->intr_delta_dcd) { in ioc3uart_intr_one() 1506 if (sio_ir & hooks->intr_delta_cts) { in ioc3uart_intr_one() 1523 if (sio_ir & hooks->intr_rx_timer) { in ioc3uart_intr_one() 1532 else if (sio_ir & hooks->intr_rx_high) { in ioc3uart_intr_one() 1547 if ((sio_ir = PENDING(card_ptr, idd)) in ioc3uart_intr_one() 1563 if (sio_ir & hooks->intr_tx_explicit) { in ioc3uart_intr_one() 1571 else if (sio_ir & hooks->intr_tx_mt) { in ioc3uart_intr_one() [all …]
|
/linux-2.6.39/drivers/sn/ |
D | ioc3.c | 396 intrs = readl(&idd->vma->sio_ir); in get_pending_intrs() 470 writel(irqs & is->irq_mask, &idd->vma->sio_ir); in ioc3_ack() 699 writel(~0, &idd->vma->sio_ir); in ioc3_probe() 782 writel(~0, &idd->vma->sio_ir); in ioc3_remove()
|
/linux-2.6.39/include/linux/ |
D | ioc4.h | 62 } sio_ir; /* Serial interrupt state */ member
|
/linux-2.6.39/arch/ia64/include/asm/sn/ |
D | ioc3.h | 64 uint32_t sio_ir; member
|
/linux-2.6.39/arch/mips/include/asm/sn/ |
D | ioc3.h | 72 volatile u32 sio_ir; /* 0x0001c */ member 443 #define IOC3_PENDING_INTRS(mem) (PCI_INW(&((mem)->sio_ir)) & \
|
/linux-2.6.39/drivers/misc/ |
D | ioc4.c | 369 writel(~0, &idd->idd_misc_regs->sio_ir); in ioc4_probe()
|