[go: nahoru, domu]

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

/drivers/tty/serial/
H A Domap-serial.c1643 int uartirq = 0; local
1649 uartirq = irq_of_parse_and_map(pdev->dev.of_node, 0);
1650 if (!uartirq)
1656 uartirq = platform_get_irq(pdev, 0);
1657 if (uartirq < 0)
1674 up->port.irq = uartirq;

Completed in 35 milliseconds