Home
last modified time | relevance | path

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

/freebsd/sys/dev/uart/
H A Duart_core.c423 uart_intr(void *arg) in uart_intr() function
449 (callout_func_t *)uart_intr, sc); in uart_intr()
686 filt = uart_intr(sc); in uart_bus_attach()
700 uart_intr, NULL, sc, &sc->sc_icookie); in uart_bus_attach()
706 (driver_intr_t *)uart_intr, sc, &sc->sc_icookie); in uart_bus_attach()
720 (callout_func_t *)uart_intr, sc); in uart_bus_attach()