Searched refs:cldma (Results 1 – 3 of 3) sorted by relevance
| /system/dev/audio/intel-hda/dsp/ |
| A D | debug.cpp | 21 LOG(INFO, "CTL_STS 0x%08x\n", REG_RD(®s()->cldma.stream.ctl_sts.w)); in DumpRegs() 22 LOG(INFO, "CBL 0x%08x\n", REG_RD(®s()->cldma.stream.cbl)); in DumpRegs() 23 LOG(INFO, "LVI 0x%08x\n", REG_RD(®s()->cldma.stream.lvi)); in DumpRegs() 24 LOG(INFO, "FIFOD 0x%08x\n", REG_RD(®s()->cldma.stream.fifod)); in DumpRegs() 25 LOG(INFO, "FMT 0x%08x\n", REG_RD(®s()->cldma.stream.fmt)); in DumpRegs() 26 LOG(INFO, "BDPL 0x%08x\n", REG_RD(®s()->cldma.stream.bdpl)); in DumpRegs() 27 LOG(INFO, "BDPU 0x%08x\n", REG_RD(®s()->cldma.stream.bdpu)); in DumpRegs() 28 LOG(INFO, "SPBFCH 0x%08x\n", REG_RD(®s()->cldma.spbfch)); in DumpRegs() 29 LOG(INFO, "SPBFCTL 0x%08x\n", REG_RD(®s()->cldma.spbfctl)); in DumpRegs() 30 LOG(INFO, "SPIB 0x%08x\n", REG_RD(®s()->cldma.spib)); in DumpRegs() [all …]
|
| A D | intel-audio-dsp.cpp | 487 IntelDspCodeLoader loader(®s()->cldma, hda_bti_); in LoadFirmware() 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()
|
| /system/ulib/intel-hda/include/intel-hda/utils/ |
| A D | intel-hda-registers.h | 165 adsp_code_loader_registers_t cldma; // (0x80 - 0xAF) member
|
Completed in 10 milliseconds