Searched refs:REG_CLR_BITS (Results 1 – 7 of 7) sorted by relevance
| /system/dev/audio/intel-hda/dsp/ |
| A D | intel-dsp-code-loader.cpp | 151 REG_CLR_BITS(®s_->stream.ctl_sts.w, HDA_SD_REG_CTRL_RUN); in StopTransfer()
|
| A D | intel-audio-dsp.cpp | 617 REG_CLR_BITS(®s()->adspcs, ADSP_REG_ADSPCS_CRST(core_mask)); in UnResetCore() 627 REG_CLR_BITS(®s()->adspcs, ADSP_REG_ADSPCS_SPA(core_mask)); in PowerDownCore() 646 REG_CLR_BITS(®s()->adspcs, ADSP_REG_ADSPCS_CSTALL(core_mask)); in RunCore()
|
| /system/dev/audio/intel-hda/controller/ |
| A D | intel-hda-dsp.cpp | 303 REG_CLR_BITS<uint32_t>(&pp_regs()->ppctl, HDA_PPCTL_PIE); in IrqDisable() 502 REG_CLR_BITS<uint32_t>(&pp_regs()->ppctl, (1 << stream->dma_id())); in ProcessReleaseStream()
|
| A D | intel-hda-stream.cpp | 115 REG_CLR_BITS(®s->ctl_sts.w, HDA_SD_REG_CTRL_RUN); in EnsureStopped() 344 REG_CLR_BITS(®s_->ctl_sts.w, HDA_SD_REG_CTRL_RUN); in ProcessStreamIRQ()
|
| A D | intel-hda-controller.cpp | 188 REG_CLR_BITS(®s()->gctl, HDA_REG_GCTL_HWINIT); in DeviceShutdown()
|
| A D | intel-hda-controller-init.cpp | 71 REG_CLR_BITS(®s()->gctl, HDA_REG_GCTL_HWINIT); in ResetControllerHW()
|
| /system/ulib/intel-hda/include/intel-hda/utils/ |
| A D | intel-hda-registers.h | 377 template <typename T> static inline void REG_CLR_BITS(T* reg, T bits) { in REG_CLR_BITS() function
|
Completed in 13 milliseconds