Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dfsl_linflexuart.c566 static struct uart_port *linflex_ports[UART_NR]; variable
656 struct uart_port *sport = linflex_ports[co->index]; in linflex_console_write()
721 if (co->index == -1 || co->index >= ARRAY_SIZE(linflex_ports)) in linflex_console_setup()
724 sport = linflex_ports[co->index]; in linflex_console_setup()
816 .nr = ARRAY_SIZE(linflex_ports),
861 linflex_ports[sport->line] = sport; in linflex_probe()