Lines Matching refs:ihda_dump32
27 static int ihda_dump32(const char* name, const void* base, size_t offset, bool crlf = true) { in ihda_dump32() function
63 { "LPIB", ihda_dump32, offsetof(hda_stream_desc_regs_t, lpib) }, in ihda_dump_stream_regs()
64 { "CBL", ihda_dump32, offsetof(hda_stream_desc_regs_t, cbl) }, in ihda_dump_stream_regs()
68 { "BDPL", ihda_dump32, offsetof(hda_stream_desc_regs_t, bdpl) }, in ihda_dump_stream_regs()
69 { "BDPU", ihda_dump32, offsetof(hda_stream_desc_regs_t, bdpu) }, in ihda_dump_stream_regs()
150 ihda_dump32("GCTL", ®s, offsetof(hda_registers_t, gctl)); in DumpRegs()
156 ihda_dump32("INTCTL", ®s, offsetof(hda_registers_t, intctl)); in DumpRegs()
157 ihda_dump32("INTSTS", ®s, offsetof(hda_registers_t, intsts)); in DumpRegs()
158 ihda_dump32("WALCLK", ®s, offsetof(hda_registers_t, walclk)); in DumpRegs()
159 ihda_dump32("SSYNC", ®s, offsetof(hda_registers_t, ssync)); in DumpRegs()
160 ihda_dump32("CORBLBASE", ®s, offsetof(hda_registers_t, corblbase)); in DumpRegs()
161 ihda_dump32("CORBUBASE", ®s, offsetof(hda_registers_t, corbubase)); in DumpRegs()
167 ihda_dump32("RIRBLBASE", ®s, offsetof(hda_registers_t, rirblbase)); in DumpRegs()
168 ihda_dump32("RIRBUBASE", ®s, offsetof(hda_registers_t, rirbubase)); in DumpRegs()
174 ihda_dump32("ICOI", ®s, offsetof(hda_registers_t, icoi)); in DumpRegs()
175 ihda_dump32("ICII", ®s, offsetof(hda_registers_t, icii)); in DumpRegs()
177 ihda_dump32("DPIBLBASE", ®s, offsetof(hda_registers_t, dpiblbase)); in DumpRegs()
178 ihda_dump32("DPIBUBASE", ®s, offsetof(hda_registers_t, dpibubase)); in DumpRegs()