imx_uart_ports   1915 drivers/tty/serial/imx.c static struct imx_port *imx_uart_ports[UART_NR];
imx_uart_ports   1934 drivers/tty/serial/imx.c 	struct imx_port *sport = imx_uart_ports[co->index];
imx_uart_ports   2067 drivers/tty/serial/imx.c 	if (co->index == -1 || co->index >= ARRAY_SIZE(imx_uart_ports))
imx_uart_ports   2069 drivers/tty/serial/imx.c 	sport = imx_uart_ports[co->index];
imx_uart_ports   2157 drivers/tty/serial/imx.c 	.nr             = ARRAY_SIZE(imx_uart_ports),
imx_uart_ports   2238 drivers/tty/serial/imx.c 	if (sport->port.line >= ARRAY_SIZE(imx_uart_ports)) {
imx_uart_ports   2395 drivers/tty/serial/imx.c 	imx_uart_ports[sport->port.line] = sport;