HomeSort by: relevance | last modified time | path
    Searched defs:gus_stop_voice (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/isa/
gus.c 402 STATIC void gus_stop_voice(struct gus_softc *, int, int);
1370 gus_stop_voice(sc, GUS_VOICE_LEFT, 1);
1371 gus_stop_voice(sc, GUS_VOICE_RIGHT, 0);
1738 gus_stop_voice(sc, voice, 0);
1741 gus_stop_voice(sc, voice, 1);
1743 gus_stop_voice(sc, GUS_VOICE_RIGHT, 0);
1782 gus_stop_voice(sc, GUS_VOICE_LEFT, 1);
1784 gus_stop_voice(sc, GUS_VOICE_RIGHT, 0);
2191 gus_stop_voice(struct gus_softc *sc, int voice, int intrs_too) function in typeref:typename:STATIC void
3140 gus_stop_voice(sc, GUS_VOICE_LEFT, 1)
    [all...]
gus.c 402 STATIC void gus_stop_voice(struct gus_softc *, int, int);
1370 gus_stop_voice(sc, GUS_VOICE_LEFT, 1);
1371 gus_stop_voice(sc, GUS_VOICE_RIGHT, 0);
1738 gus_stop_voice(sc, voice, 0);
1741 gus_stop_voice(sc, voice, 1);
1743 gus_stop_voice(sc, GUS_VOICE_RIGHT, 0);
1782 gus_stop_voice(sc, GUS_VOICE_LEFT, 1);
1784 gus_stop_voice(sc, GUS_VOICE_RIGHT, 0);
2191 gus_stop_voice(struct gus_softc *sc, int voice, int intrs_too) function in typeref:typename:STATIC void
3140 gus_stop_voice(sc, GUS_VOICE_LEFT, 1)
    [all...]

Completed in 30 milliseconds