OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HDAUDIO_CORBCTL_RUN
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/hdaudio/
hdaudio.c
422
if (corbctl &
HDAUDIO_CORBCTL_RUN
) {
423
corbctl &= ~
HDAUDIO_CORBCTL_RUN
;
428
} while (--retry > 0 && (corbctl &
HDAUDIO_CORBCTL_RUN
) != 0);
446
if ((corbctl &
HDAUDIO_CORBCTL_RUN
) == 0) {
447
corbctl |=
HDAUDIO_CORBCTL_RUN
;
452
} while (--retry > 0 && (corbctl &
HDAUDIO_CORBCTL_RUN
) == 0);
hdaudioreg.h
74
#define
HDAUDIO_CORBCTL_RUN
(1 << 1)
Completed in 13 milliseconds
Indexes created Sat Oct 18 17:09:52 GMT 2025