Searched refs:REG_SET_BITS (Results 1 – 6 of 6) sorted by relevance
| /system/dev/audio/intel-hda/dsp/ |
| A D | intel-audio-dsp.cpp | 602 REG_SET_BITS(®s()->adspcs, ADSP_REG_ADSPCS_CSTALL(core_mask)); in ResetCore() 605 REG_SET_BITS(®s()->adspcs, ADSP_REG_ADSPCS_CRST(core_mask)); in ResetCore() 637 REG_SET_BITS(®s()->adspcs, ADSP_REG_ADSPCS_SPA(core_mask)); in PowerUpCore() 650 REG_SET_BITS(®s()->adspic, ADSP_REG_ADSPIC_CLDMA | ADSP_REG_ADSPIC_IPC); in EnableInterrupts() 651 REG_SET_BITS(®s()->hipcctl, ADSP_REG_HIPCCTL_IPCTDIE | ADSP_REG_HIPCCTL_IPCTBIE); in EnableInterrupts() 672 REG_SET_BITS(®s()->hipct, ADSP_REG_HIPCT_BUSY); in ProcessIrq()
|
| A D | intel-dsp-code-loader.cpp | 144 REG_SET_BITS(®s_->stream.ctl_sts.w, SET); in TransferFirmware()
|
| /system/dev/audio/intel-hda/controller/ |
| A D | intel-hda-controller-init.cpp | 89 REG_SET_BITS<uint32_t>(®s()->gctl, HDA_REG_GCTL_HWINIT); in ResetControllerHW() 656 REG_SET_BITS(®s()->wakeen, HDA_REG_STATESTS_MASK); in InitInternal() 659 REG_SET_BITS(®s()->gctl, HDA_REG_GCTL_UNSOL); in InitInternal()
|
| A D | intel-hda-dsp.cpp | 280 REG_SET_BITS<uint32_t>(&pp_regs()->ppctl, HDA_PPCTL_GPROCEN); in Enable() 296 REG_SET_BITS<uint32_t>(&pp_regs()->ppctl, HDA_PPCTL_PIE); in IrqEnable() 463 REG_SET_BITS<uint32_t>(&pp_regs()->ppctl, (1 << stream->dma_id())); in ProcessRequestStream()
|
| A D | intel-hda-stream.cpp | 681 REG_SET_BITS(®s_->ctl_sts.w, SET); in ProcessStartLocked()
|
| /system/ulib/intel-hda/include/intel-hda/utils/ |
| A D | intel-hda-registers.h | 373 template <typename T> static inline void REG_SET_BITS(T* reg, T bits) { in REG_SET_BITS() function
|
Completed in 12 milliseconds