Lines Matching refs:REG_RD
10 LOG(INFO, "ADSPCS 0x%08x\n", REG_RD(®s()->adspcs)); in DumpRegs()
11 LOG(INFO, "ADSPIC 0x%08x\n", REG_RD(®s()->adspic)); in DumpRegs()
12 LOG(INFO, "ADSPIS 0x%08x\n", REG_RD(®s()->adspis)); in DumpRegs()
13 LOG(INFO, "ADSPIC2 0x%08x\n", REG_RD(®s()->adspic2)); in DumpRegs()
14 LOG(INFO, "ADSPIS2 0x%08x\n", REG_RD(®s()->adspis2)); in DumpRegs()
15 LOG(INFO, "HIPCT 0x%08x\n", REG_RD(®s()->hipct)); in DumpRegs()
16 LOG(INFO, "HIPCTE 0x%08x\n", REG_RD(®s()->hipcte)); in DumpRegs()
17 LOG(INFO, "HIPCI 0x%08x\n", REG_RD(®s()->hipci)); in DumpRegs()
18 LOG(INFO, "HIPCIE 0x%08x\n", REG_RD(®s()->hipcie)); in DumpRegs()
19 LOG(INFO, "HIPCCTL 0x%08x\n", REG_RD(®s()->hipcctl)); in DumpRegs()
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()
31 LOG(INFO, "MAXFIFOS 0x%08x\n", REG_RD(®s()->cldma.maxfifos)); in DumpRegs()
33 LOG(INFO, "FW_STATUS 0x%08x\n", REG_RD(&fw_regs()->fw_status)); in DumpRegs()
34 LOG(INFO, "ERROR_CODE 0x%08x\n", REG_RD(&fw_regs()->error_code)); in DumpRegs()
35 LOG(INFO, "FW_PWR_STATUS 0x%08x\n", REG_RD(&fw_regs()->fw_pwr_status)); in DumpRegs()
36 LOG(INFO, "ROM_INFO 0x%08x\n", REG_RD(&fw_regs()->rom_info)); in DumpRegs()