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

/netbsd-6-1-5-RELEASE/sys/dev/
H A Daudiovar.h138 void *sc_sih_wr; member in struct:audio_softc
H A Daudio.c495 sc->sc_sih_wr = softint_establish(SOFTINT_SERIAL | SOFTINT_MPSAFE,
749 if (sc->sc_sih_wr) {
750 softint_disestablish(sc->sc_sih_wr);
751 sc->sc_sih_wr = NULL;
3046 softint_schedule(sc->sc_sih_wr);

Completed in 206 milliseconds