OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
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
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
Indexes created Sun Oct 12 02:09:55 GMT 2025