Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/ic/
Dpluart.c143 void pluart_softint(void *arg);
205 sc->sc_si = softintr_establish(IPL_TTY, pluart_softint, sc); in pluart_attach_common()
488 pluart_softint(void *arg) in pluart_softint() function