Lines Matching refs:ihda_dump16
33 static int ihda_dump16(const char* name, const void* base, size_t offset, bool crlf = true) { in ihda_dump16() function
65 { "LVI", ihda_dump16, offsetof(hda_stream_desc_regs_t, lvi) }, in ihda_dump_stream_regs()
66 { "FIFOD", ihda_dump16, offsetof(hda_stream_desc_regs_t, fifod) }, in ihda_dump_stream_regs()
67 { "FMT", ihda_dump16, offsetof(hda_stream_desc_regs_t, fmt) }, in ihda_dump_stream_regs()
145 ihda_dump16("GCAP", ®s, offsetof(hda_registers_t, gcap)); in DumpRegs()
148 ihda_dump16("OUTPAY", ®s, offsetof(hda_registers_t, outpay)); in DumpRegs()
149 ihda_dump16("INPAY", ®s, offsetof(hda_registers_t, inpay)); in DumpRegs()
151 ihda_dump16("WAKEEN", ®s, offsetof(hda_registers_t, wakeen)); in DumpRegs()
152 ihda_dump16("STATESTS", ®s, offsetof(hda_registers_t, statests)); in DumpRegs()
153 ihda_dump16("GSTS", ®s, offsetof(hda_registers_t, gsts)); in DumpRegs()
154 ihda_dump16("OUTSTRMPAY", ®s, offsetof(hda_registers_t, outstrmpay)); in DumpRegs()
155 ihda_dump16("INSTRMPAY", ®s, offsetof(hda_registers_t, instrmpay)); in DumpRegs()
162 ihda_dump16("CORBWP", ®s, offsetof(hda_registers_t, corbwp)); in DumpRegs()
163 ihda_dump16("CORBRP", ®s, offsetof(hda_registers_t, corbrp)); in DumpRegs()
169 ihda_dump16("RIRBWP", ®s, offsetof(hda_registers_t, rirbwp)); in DumpRegs()
170 ihda_dump16("RINTCNT", ®s, offsetof(hda_registers_t, rintcnt)); in DumpRegs()
176 ihda_dump16("ICIS", ®s, offsetof(hda_registers_t, icis)); in DumpRegs()