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