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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dimx.c1040 static struct imx_port *imx_ports[UART_NR]; variable in typeref:struct:imx_port
1059 struct imx_port *sport = imx_ports[co->index];
1166 if (co->index == -1 || co->index >= ARRAY_SIZE(imx_ports))
1168 sport = imx_ports[co->index];
1204 .nr = ARRAY_SIZE(imx_ports),
1278 imx_ports[pdev->id] = sport;

Completed in 126 milliseconds