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

/drivers/tty/serial/
H A Dlantiq.c677 struct resource *mmres, irqres[3]; local
682 ret = of_irq_to_resource_table(node, irqres, 3);
713 port->irq = irqres[0].start;
725 ltq_port->tx_irq = irqres[0].start;
726 ltq_port->rx_irq = irqres[1].start;
727 ltq_port->err_irq = irqres[2].start;
H A Dvt8500_serial.c639 struct resource *mmres, *irqres; local
653 irqres = platform_get_resource(pdev, IORESOURCE_IRQ, 0);
654 if (!mmres || !irqres)
709 vt8500_port->uart.irq = irqres->start;
H A Dpxa.c852 struct resource *mmres, *irqres; local
856 irqres = platform_get_resource(dev, IORESOURCE_IRQ, 0);
857 if (!mmres || !irqres)
879 sport->port.irq = irqres->start;
/drivers/dma/sh/
H A Dshdmac.c696 int err, i, irq_cnt = 0, irqres = 0, irq_cap = 0; local
801 irqres++;
857 IORESOURCE_IRQ, ++irqres);

Completed in 128 milliseconds