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

  /src/sys/dev/hdaudio/
hdaudio.c 985 uint32_t intsts, stream_mask; local in function:hdaudio_intr
1006 stream_mask = intsts & sc->sc_stream_mask;
1007 while (streamid < HDAUDIO_MAX_STREAMS && stream_mask != 0) {
1009 if ((stream_mask & 1) != 0 && st->st_intr) {
1012 stream_mask >>= 1;
hdaudio.c 985 uint32_t intsts, stream_mask; local in function:hdaudio_intr
1006 stream_mask = intsts & sc->sc_stream_mask;
1007 while (streamid < HDAUDIO_MAX_STREAMS && stream_mask != 0) {
1009 if ((stream_mask & 1) != 0 && st->st_intr) {
1012 stream_mask >>= 1;

Completed in 25 milliseconds