Searched refs:ctl_sts (Results 1 – 7 of 7) sorted by relevance
| /system/dev/audio/intel-hda/dsp/ |
| A D | intel-dsp-code-loader.cpp | 27 LOG(INFO, "CTL_STS=0x%08x\n", REG_RD(®s_->stream.ctl_sts.w)); in DumpRegisters() 127 REG_WR(®s_->stream.ctl_sts.w, ctl_val); in TransferFirmware() 144 REG_SET_BITS(®s_->stream.ctl_sts.w, SET); in TransferFirmware() 151 REG_CLR_BITS(®s_->stream.ctl_sts.w, HDA_SD_REG_CTRL_RUN); in StopTransfer()
|
| A D | intel-audio-dsp.cpp | 658 uint32_t w = REG_RD(®s()->cldma.stream.ctl_sts.w); in ProcessIrq() 659 REG_WR(®s()->cldma.stream.ctl_sts.w, w); in ProcessIrq()
|
| A D | debug.cpp | 21 LOG(INFO, "CTL_STS 0x%08x\n", REG_RD(®s()->cldma.stream.ctl_sts.w)); in DumpRegs()
|
| /system/dev/audio/intel-hda/controller/ |
| A D | intel-hda-stream.cpp | 115 REG_CLR_BITS(®s->ctl_sts.w, HDA_SD_REG_CTRL_RUN); in EnsureStopped() 123 REG_MOD(®s->ctl_sts.w, CLR, SET); in EnsureStopped() 132 if (REG_RD(®s->ctl_sts.w) & HDA_SD_REG_CTRL_RUN) { in Reset() 145 auto val = REG_RD(®s->ctl_sts.w); in Reset() 156 REG_WR(®s->ctl_sts.w, 0u); in Reset() 164 auto val = REG_RD(®s->ctl_sts.w); in Reset() 330 uint8_t sts = REG_RD(®s_->ctl_sts.b.sts); in ProcessStreamIRQ() 331 REG_WR(®s_->ctl_sts.b.sts, sts); in ProcessStreamIRQ() 344 REG_CLR_BITS(®s_->ctl_sts.w, HDA_SD_REG_CTRL_RUN); in ProcessStreamIRQ() 645 REG_WR(®s_->ctl_sts.w, ctl_val); in ProcessStartLocked() [all …]
|
| A D | debug.cpp | 90 sout.ctl_sts.w = REG_RD(&sin.ctl_sts.w); in SnapshotRegs()
|
| /system/uapp/ihda/ |
| A D | intel_hda_controller.cpp | 61 { "CTL", ihda_dump_sdctl, offsetof(hda_stream_desc_regs_t, ctl_sts.w) }, in ihda_dump_stream_regs() 62 { "STS", ihda_dump8, offsetof(hda_stream_desc_regs_t, ctl_sts.b.sts) }, in ihda_dump_stream_regs()
|
| /system/ulib/intel-hda/include/intel-hda/utils/ |
| A D | intel-hda-registers.h | 44 } ctl_sts; member
|
Completed in 13 milliseconds