OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_stream_mask
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/hdaudio/
hdaudio.c
110
sc->
sc_stream_mask
= 0;
1008
stream_mask = intsts & sc->
sc_stream_mask
;
1045
if (sc->
sc_stream_mask
& (1 << i))
1052
sc->
sc_stream_mask
|= (1 << i);
1069
KASSERT(sc->
sc_stream_mask
& (1 << st->st_shift));
1072
sc->
sc_stream_mask
&= ~(1 << st->st_shift);
1211
KASSERT(sc->
sc_stream_mask
& (1 << st->st_shift));
hdaudiovar.h
161
uint32_t
sc_stream_mask
;
member in struct:hdaudio_softc
Completed in 14 milliseconds
Indexes created Fri Sep 18 00:27:12 UTC 2026