Home
last modified time | relevance | path

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

/freebsd/sys/dev/uart/
H A Duart_dev_lowrisc.c63 static int lowrisc_uart_getc(struct uart_bas *bas, struct mtx *);
71 .getc = lowrisc_uart_getc,
124 lowrisc_uart_getc(struct uart_bas *bas, struct mtx *hwmtx) in lowrisc_uart_getc() function