Home
last modified time | relevance | path

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

/freebsd/sys/dev/uart/
H A Duart_dev_lowrisc.c146 static int lowrisc_uart_bus_getsig(struct uart_softc *);
161 KOBJMETHOD(uart_getsig, lowrisc_uart_bus_getsig),
204 (void)lowrisc_uart_bus_getsig(sc); in lowrisc_uart_bus_attach()
230 lowrisc_uart_bus_getsig(struct uart_softc *sc) in lowrisc_uart_bus_getsig() function