Home
last modified time | relevance | path

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

/src/sys/dev/uart/
H A Duart_dev_lowrisc.c58 static int lowrisc_uart_probe(struct uart_bas *bas);
66 .probe = lowrisc_uart_probe,
75 lowrisc_uart_probe(struct uart_bas *bas) in lowrisc_uart_probe() function
299 error = lowrisc_uart_probe(&sc->sc_bas); in lowrisc_uart_bus_probe()