OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sun Sep 28 12:09:53 GMT 2025