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 472 if (rirbctl & (HDAUDIO_RIRBCTL_RUN|HDAUDIO_RIRBCTL_ROI_EN)) {
473 rirbctl &= ~HDAUDIO_RIRBCTL_RUN;
479 } while (--retry > 0 && (rirbctl & HDAUDIO_RIRBCTL_RUN) != 0);
500 rirbctl |= HDAUDIO_RIRBCTL_RUN;
506 } while (--retry > 0 && (rirbctl & HDAUDIO_RIRBCTL_RUN) == 0);
hdaudioreg.h 85 #define HDAUDIO_RIRBCTL_RUN (1 << 1)

Completed in 23 milliseconds