Home
last modified time | relevance | path

Searched refs:efm32_uart_ports (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/tty/serial/
Defm32-uart.c508 static struct efm32_uart_port *efm32_uart_ports[5]; variable
531 struct efm32_uart_port *efm_port = efm32_uart_ports[co->index]; in efm32_uart_console_write()
598 if (co->index < 0 || co->index >= ARRAY_SIZE(efm32_uart_ports)) { in efm32_uart_console_setup()
600 for (i = 0; i < ARRAY_SIZE(efm32_uart_ports); ++i) { in efm32_uart_console_setup()
601 if (efm32_uart_ports[i]) { in efm32_uart_console_setup()
610 efm_port = efm32_uart_ports[co->index]; in efm32_uart_console_setup()
654 .nr = ARRAY_SIZE(efm32_uart_ports),
762 if (line >= 0 && line < ARRAY_SIZE(efm32_uart_ports)) in efm32_uart_probe()
763 efm32_uart_ports[line] = efm_port; in efm32_uart_probe()
769 if (line >= 0 && line < ARRAY_SIZE(efm32_uart_ports)) in efm32_uart_probe()
[all …]