Home
last modified time | relevance | path

Searched refs:HDA_SD_REG_CTRL_RUN (Results 1 – 3 of 3) sorted by relevance

/system/dev/audio/intel-hda/dsp/
A Dintel-dsp-code-loader.cpp139 constexpr uint32_t SET = HDA_SD_REG_CTRL_RUN | in TransferFirmware()
151 REG_CLR_BITS(&regs_->stream.ctl_sts.w, HDA_SD_REG_CTRL_RUN); in StopTransfer()
/system/dev/audio/intel-hda/controller/
A Dintel-hda-stream.cpp115 REG_CLR_BITS(&regs->ctl_sts.w, HDA_SD_REG_CTRL_RUN); in EnsureStopped()
132 if (REG_RD(&regs->ctl_sts.w) & HDA_SD_REG_CTRL_RUN) { in Reset()
344 REG_CLR_BITS(&regs_->ctl_sts.w, HDA_SD_REG_CTRL_RUN); in ProcessStreamIRQ()
676 constexpr uint32_t SET = HDA_SD_REG_CTRL_RUN | in ProcessStartLocked()
/system/ulib/intel-hda/include/intel-hda/utils/
A Dintel-hda-registers.h250 constexpr uint32_t HDA_SD_REG_CTRL_RUN = (1u << 1); // Stream Run variable

Completed in 7 milliseconds