Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/uart/
H A Duart_tty.c76 static struct uart_devinfo uart_console; variable
87 KASSERT(uart_console.cookie == NULL, ("foo")); in uart_cnprobe()
89 if (uart_cpu_getdev(UART_DEV_CONSOLE, &uart_console)) in uart_cnprobe()
92 if (uart_probe(&uart_console)) in uart_cnprobe()
97 cp->cn_arg = &uart_console; in uart_cnprobe()