OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
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
424
if (corbctl &
HDAUDIO_CORBCTL_RUN
) {
425
corbctl &= ~
HDAUDIO_CORBCTL_RUN
;
430
} while (--retry > 0 && (corbctl &
HDAUDIO_CORBCTL_RUN
) != 0);
448
if ((corbctl &
HDAUDIO_CORBCTL_RUN
) == 0) {
449
corbctl |=
HDAUDIO_CORBCTL_RUN
;
454
} while (--retry > 0 && (corbctl &
HDAUDIO_CORBCTL_RUN
) == 0);
hdaudioreg.h
74
#define
HDAUDIO_CORBCTL_RUN
(1 << 1)
Completed in 33 milliseconds
Indexes created Fri Sep 18 00:27:12 UTC 2026