HomeSort by: relevance | last modified time | path
    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