Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/isa/
Dsbdsp.c272 sc->sc_intr8, sc->sc_intr16); in sb_printsc()
1071 sc->sc_intr16 = 0; in sbdsp_close()
1099 sc->sc_intr16 = 0; in sbdsp_reset()
1347 sc->sc_intr16 = sbdsp_block_input; in sbdsp_trigger_input()
1486 sc->sc_intr16 = sbdsp_block_output; in sbdsp_trigger_output()
1630 sc->sc_intr8, sc->sc_intr16)); in sbdsp_intr()
1657 if (sc->sc_intr16) in sbdsp_intr()
1658 sc->sc_intr16(arg); in sbdsp_intr()
Dsbdspvar.h147 int (*sc_intr16)(void*); /* DMA completion intr handler */ member