Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dxilinx_uartps.c1016 static struct uart_port cdns_uart_port[CDNS_UART_NR_PORTS]; variable
1029 if (cdns_uart_port[id].mapbase != 0) { in cdns_uart_get_port()
1032 if (cdns_uart_port[id].mapbase == 0) in cdns_uart_get_port()
1039 port = &cdns_uart_port[id]; in cdns_uart_get_port()
1107 struct uart_port *port = &cdns_uart_port[co->index]; in cdns_uart_console_write()
1150 struct uart_port *port = &cdns_uart_port[co->index]; in cdns_uart_console_setup()