Home
last modified time | relevance | path

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

/freebsd/sys/dev/uart/
H A Duart_dev_lowrisc.c61 static void lowrisc_uart_putc(struct uart_bas *bas, int);
69 .putc = lowrisc_uart_putc,
104 lowrisc_uart_putc(struct uart_bas *bas, int c) in lowrisc_uart_putc() function