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", &regs, offsetof(hda_registers_t, gctl)); in DumpRegs()
156 ihda_dump32("INTCTL", &regs, offsetof(hda_registers_t, intctl)); in DumpRegs()
157 ihda_dump32("INTSTS", &regs, offsetof(hda_registers_t, intsts)); in DumpRegs()
158 ihda_dump32("WALCLK", &regs, offsetof(hda_registers_t, walclk)); in DumpRegs()
159 ihda_dump32("SSYNC", &regs, offsetof(hda_registers_t, ssync)); in DumpRegs()
160 ihda_dump32("CORBLBASE", &regs, offsetof(hda_registers_t, corblbase)); in DumpRegs()
161 ihda_dump32("CORBUBASE", &regs, offsetof(hda_registers_t, corbubase)); in DumpRegs()
167 ihda_dump32("RIRBLBASE", &regs, offsetof(hda_registers_t, rirblbase)); in DumpRegs()
168 ihda_dump32("RIRBUBASE", &regs, offsetof(hda_registers_t, rirbubase)); in DumpRegs()
174 ihda_dump32("ICOI", &regs, offsetof(hda_registers_t, icoi)); in DumpRegs()
175 ihda_dump32("ICII", &regs, offsetof(hda_registers_t, icii)); in DumpRegs()
177 ihda_dump32("DPIBLBASE", &regs, offsetof(hda_registers_t, dpiblbase)); in DumpRegs()
178 ihda_dump32("DPIBUBASE", &regs, offsetof(hda_registers_t, dpibubase)); in DumpRegs()