amba_ports        564 drivers/tty/serial/amba-pl010.c static struct uart_amba_port *amba_ports[UART_NR];
amba_ports        584 drivers/tty/serial/amba-pl010.c 	struct uart_amba_port *uap = amba_ports[co->index];
amba_ports        653 drivers/tty/serial/amba-pl010.c 	uap = amba_ports[co->index];
amba_ports        704 drivers/tty/serial/amba-pl010.c 	for (i = 0; i < ARRAY_SIZE(amba_ports); i++)
amba_ports        705 drivers/tty/serial/amba-pl010.c 		if (amba_ports[i] == NULL)
amba_ports        708 drivers/tty/serial/amba-pl010.c 	if (i == ARRAY_SIZE(amba_ports))
amba_ports        737 drivers/tty/serial/amba-pl010.c 	amba_ports[i] = uap;
amba_ports        755 drivers/tty/serial/amba-pl010.c 		amba_ports[i] = NULL;
amba_ports        768 drivers/tty/serial/amba-pl010.c 	for (i = 0; i < ARRAY_SIZE(amba_ports); i++)
amba_ports        769 drivers/tty/serial/amba-pl010.c 		if (amba_ports[i] == uap)
amba_ports        770 drivers/tty/serial/amba-pl010.c 			amba_ports[i] = NULL;
amba_ports        771 drivers/tty/serial/amba-pl010.c 		else if (amba_ports[i])
amba_ports       2193 drivers/tty/serial/amba-pl011.c static struct uart_amba_port *amba_ports[UART_NR];
amba_ports       2210 drivers/tty/serial/amba-pl011.c 	struct uart_amba_port *uap = amba_ports[co->index];
amba_ports       2306 drivers/tty/serial/amba-pl011.c 	uap = amba_ports[co->index];
amba_ports       2381 drivers/tty/serial/amba-pl011.c 	for (i = 0; i < ARRAY_SIZE(amba_ports); i++) {
amba_ports       2384 drivers/tty/serial/amba-pl011.c 		if (!amba_ports[i])
amba_ports       2387 drivers/tty/serial/amba-pl011.c 		port = &amba_ports[i]->port;
amba_ports       2530 drivers/tty/serial/amba-pl011.c 		if (ret >= ARRAY_SIZE(amba_ports) || amba_ports[ret] != NULL) {
amba_ports       2548 drivers/tty/serial/amba-pl011.c 	for (i = 0; i < ARRAY_SIZE(amba_ports); i++) {
amba_ports       2549 drivers/tty/serial/amba-pl011.c 		if (amba_ports[i] == uap)
amba_ports       2550 drivers/tty/serial/amba-pl011.c 			amba_ports[i] = NULL;
amba_ports       2551 drivers/tty/serial/amba-pl011.c 		else if (amba_ports[i])
amba_ports       2563 drivers/tty/serial/amba-pl011.c 	for (i = 0; i < ARRAY_SIZE(amba_ports); i++)
amba_ports       2564 drivers/tty/serial/amba-pl011.c 		if (amba_ports[i] == NULL)
amba_ports       2589 drivers/tty/serial/amba-pl011.c 	amba_ports[index] = uap;