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

  /src/sys/dev/hdaudio/
hdaudio.c 108 sc->sc_stream_mask = 0;
1006 stream_mask = intsts & sc->sc_stream_mask;
1043 if (sc->sc_stream_mask & (1 << i))
1050 sc->sc_stream_mask |= (1 << i);
1067 KASSERT(sc->sc_stream_mask & (1 << st->st_shift));
1070 sc->sc_stream_mask &= ~(1 << st->st_shift);
1209 KASSERT(sc->sc_stream_mask & (1 << st->st_shift));
hdaudiovar.h 161 uint32_t sc_stream_mask; member in struct:hdaudio_softc

Completed in 13 milliseconds