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 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