OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HDAUDIO_RIRBCTL_RUN
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/hdaudio/
hdaudio.c
470
if (rirbctl & (
HDAUDIO_RIRBCTL_RUN
|HDAUDIO_RIRBCTL_ROI_EN)) {
471
rirbctl &= ~
HDAUDIO_RIRBCTL_RUN
;
477
} while (--retry > 0 && (rirbctl &
HDAUDIO_RIRBCTL_RUN
) != 0);
498
rirbctl |=
HDAUDIO_RIRBCTL_RUN
;
504
} while (--retry > 0 && (rirbctl &
HDAUDIO_RIRBCTL_RUN
) == 0);
hdaudioreg.h
85
#define
HDAUDIO_RIRBCTL_RUN
(1 << 1)
Completed in 14 milliseconds
Indexes created Mon Oct 20 03:09:53 GMT 2025