Searched refs:REG_WR (Results 1 – 9 of 9) sorted by relevance
| /system/dev/audio/intel-hda/controller/ |
| A D | intel-hda-controller-init.cpp | 42 REG_WR(®s()->intctl, 0u); in ResetControllerHW() 66 REG_WR(®s()->corbctl, 0u); in ResetControllerHW() 67 REG_WR(®s()->rirbctl, 0u); in ResetControllerHW() 124 REG_WR(®s()->corbrp, 0u); in ResetCORBRdPtrLocked() 241 REG_WR(®s()->intctl, 0u); in SetupPCIInterrupts() 355 REG_WR(size_reg, cmd); in SetupCommandBufferSize() 401 REG_WR(®s()->corbctl, 0u); in SetupCommandBuffer() 402 REG_WR(®s()->rirbctl, 0u); in SetupCommandBuffer() 405 REG_WR(®s()->corbwp, 0u); in SetupCommandBuffer() 484 REG_WR(®s()->rintcnt, thresh); in SetupCommandBuffer() [all …]
|
| A D | intel-hda-stream.cpp | 136 REG_WR(®s->ctl_sts.w, HDA_SD_REG_CTRL_SRST); // Set the reset bit. in Reset() 156 REG_WR(®s->ctl_sts.w, 0u); in Reset() 225 REG_WR(®s_->fmt, encoded_fmt_); in SetStreamFormat() 331 REG_WR(®s_->ctl_sts.b.sts, sts); in ProcessStreamIRQ() 645 REG_WR(®s_->ctl_sts.w, ctl_val); in ProcessStartLocked() 646 REG_WR(®s_->fmt, encoded_fmt_); in ProcessStartLocked() 647 REG_WR(®s_->bdpl, static_cast<uint32_t>(bdl_phys & 0xFFFFFFFFu)); in ProcessStartLocked() 648 REG_WR(®s_->bdpu, static_cast<uint32_t>((bdl_phys >> 32) & 0xFFFFFFFFu)); in ProcessStartLocked() 649 REG_WR(®s_->cbl, cyclic_buffer_length_); in ProcessStartLocked() 650 REG_WR(®s_->lvi, bdl_last_valid_index_); in ProcessStartLocked()
|
| A D | intel-hda-irq.cpp | 68 REG_WR(®s()->rirbsts, rirbsts); in SnapshotRIRB() 231 REG_WR(®s()->corbsts, corbsts); in ProcessCORB() 295 REG_WR(®s()->corbwp, corb_wr_ptr_); in CommitCORBLocked() 312 REG_WR(®s()->statests, statests); in ProcessControllerIRQ()
|
| A D | intel-hda-controller.cpp | 187 REG_WR(®s()->intctl, 0u); in DeviceShutdown()
|
| A D | intel-hda-dsp.cpp | 284 REG_WR(&pp_regs()->ppctl, 0u); in Disable()
|
| /system/dev/audio/intel-hda/dsp/ |
| A D | intel-dsp-code-loader.cpp | 127 REG_WR(®s_->stream.ctl_sts.w, ctl_val); in TransferFirmware() 128 REG_WR(®s_->stream.bdpl, static_cast<uint32_t>(bdl_phys & 0xFFFFFFFFu)); in TransferFirmware() 129 REG_WR(®s_->stream.bdpu, static_cast<uint32_t>((bdl_phys >> 32) & 0xFFFFFFFFu)); in TransferFirmware() 130 REG_WR(®s_->stream.cbl, fw_size); in TransferFirmware() 131 REG_WR(®s_->stream.lvi, region_count - 1); in TransferFirmware() 133 REG_WR(®s_->spbfctl, ADSP_REG_CL_SPBFCTL_SPIBE); in TransferFirmware() 134 REG_WR(®s_->spib, fw_size); in TransferFirmware()
|
| A D | intel-audio-dsp.h | 46 REG_WR(®s()->hipcie, message.extension); in SendIpcMessage() 47 REG_WR(®s()->hipci, message.primary | ADSP_REG_HIPCI_BUSY); in SendIpcMessage()
|
| A D | intel-audio-dsp.cpp | 659 REG_WR(®s()->cldma.stream.ctl_sts.w, w); in ProcessIrq() 678 REG_WR(®s()->hipcie, val); in ProcessIrq()
|
| /system/ulib/intel-hda/include/intel-hda/utils/ |
| A D | intel-hda-registers.h | 362 static inline void REG_WR(T* reg, U val) { in REG_WR() function 370 REG_WR(reg, static_cast<T>((REG_RD(reg) & ~clr_bits) | set_bits)); in REG_MOD()
|
Completed in 14 milliseconds