arc_uart_ports    106 drivers/tty/serial/arc_uart.c static struct arc_uart_port arc_uart_ports[CONFIG_SERIAL_ARC_NR_PORTS];
arc_uart_ports    503 drivers/tty/serial/arc_uart.c 	port = &arc_uart_ports[co->index].port;
arc_uart_ports    531 drivers/tty/serial/arc_uart.c 	struct uart_port *port = &arc_uart_ports[co->index].port;
arc_uart_ports    596 drivers/tty/serial/arc_uart.c 	if (dev_id >= ARRAY_SIZE(arc_uart_ports)) {
arc_uart_ports    601 drivers/tty/serial/arc_uart.c 	uart = &arc_uart_ports[dev_id];
arc_uart_ports    637 drivers/tty/serial/arc_uart.c 	return uart_add_one_port(&arc_uart_driver, &arc_uart_ports[dev_id].port);