Searched refs:uart_phyp_intr (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/powerpc/pseries/
H A Dphyp_console.c97 static void uart_phyp_intr(void *v);
260 NULL, uart_phyp_intr, sc, &sc->sc_icookie);
266 callout_reset(&sc->callout, sc->polltime, uart_phyp_intr, sc);
445 uart_phyp_intr(void *v) function
459 callout_reset(&sc->callout, sc->polltime, uart_phyp_intr, sc);

Completed in 56 milliseconds