Searched refs:uart_opal_intr (Results 1 – 1 of 1) sorted by relevance
97 static void uart_opal_intr(void *v);310 NULL, uart_opal_intr, sc, &sc->sc_icookie); in uart_opal_attach()316 callout_reset(&sc->callout, sc->polltime, uart_opal_intr, sc); in uart_opal_attach()525 uart_opal_intr(void *v) in uart_opal_intr() function540 callout_reset(&sc->callout, sc->polltime, uart_opal_intr, sc); in uart_opal_intr()