Home
last modified time | relevance | path

Searched refs:ihda_dump8 (Results 1 – 1 of 1) sorted by relevance

/system/uapp/ihda/
A Dintel_hda_controller.cpp39 static int ihda_dump8(const char* name, const void* base, size_t offset, bool crlf = true) { in ihda_dump8() function
62 { "STS", ihda_dump8, offsetof(hda_stream_desc_regs_t, ctl_sts.b.sts) }, in ihda_dump_stream_regs()
146 ihda_dump8 ("VMIN", &regs, offsetof(hda_registers_t, vmin)); in DumpRegs()
147 ihda_dump8 ("VMAJ", &regs, offsetof(hda_registers_t, vmaj)); in DumpRegs()
164 ihda_dump8 ("CORBCTL", &regs, offsetof(hda_registers_t, corbctl)); in DumpRegs()
165 ihda_dump8 ("CORBSTS", &regs, offsetof(hda_registers_t, corbsts)); in DumpRegs()
166 ihda_dump8 ("CORBSIZE", &regs, offsetof(hda_registers_t, corbsize)); in DumpRegs()
171 ihda_dump8 ("RIRBCTL", &regs, offsetof(hda_registers_t, rirbctl)); in DumpRegs()
172 ihda_dump8 ("RIRBSTS", &regs, offsetof(hda_registers_t, rirbsts)); in DumpRegs()
173 ihda_dump8 ("RIRBSIZE", &regs, offsetof(hda_registers_t, rirbsize)); in DumpRegs()

Completed in 2 milliseconds