Searched refs:console_port (Results 1 - 3 of 3) sorted by last modified time

/linux-master/drivers/tty/serial/
H A Dxilinx_uartps.c1360 static struct uart_port *console_port; variable in typeref:struct:uart_port
1371 struct uart_port *port = console_port;
1416 struct uart_port *port = console_port;
1804 * If register_console() don't assign value, then console_port pointer
1807 if (!console_port) {
1809 console_port = port;
1824 if (console_port == port &&
1826 console_port = NULL;
1881 if (console_port == port)
1882 console_port
[all...]
H A Duartlite.c66 static struct uart_port *console_port; variable in typeref:struct:uart_port
497 struct uart_port *port = console_port;
540 console_port = port;
/linux-master/arch/mips/pic32/pic32mzda/
H A Dearly_console.c30 static int console_port = -1; variable
68 console_port = port;
69 configure_uart(console_port, baud);
154 if (console_port >= 0) {
156 uart_base + U_STA(console_port)) & UART_TX_FULL)
159 __raw_writel(c, uart_base + U_TXR(console_port));

Completed in 147 milliseconds