Searched refs:efm32_uart_ports (Results 1 – 1 of 1) sorted by relevance
510 static struct efm32_uart_port *efm32_uart_ports[5]; variable533 struct efm32_uart_port *efm_port = efm32_uart_ports[co->index]; in efm32_uart_console_write()604 if (co->index < 0 || co->index >= ARRAY_SIZE(efm32_uart_ports)) { in efm32_uart_console_setup()606 for (i = 0; i < ARRAY_SIZE(efm32_uart_ports); ++i) { in efm32_uart_console_setup()607 if (efm32_uart_ports[i]) { in efm32_uart_console_setup()616 efm_port = efm32_uart_ports[co->index]; in efm32_uart_console_setup()660 .nr = ARRAY_SIZE(efm32_uart_ports),768 if (line >= 0 && line < ARRAY_SIZE(efm32_uart_ports)) in efm32_uart_probe()769 efm32_uart_ports[line] = efm_port; in efm32_uart_probe()775 if (line >= 0 && line < ARRAY_SIZE(efm32_uart_ports)) in efm32_uart_probe()[all …]