Home
last modified time | relevance | path

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

/system/uapp/ihda/
A Dintel_hda_controller.cpp184 const hda_stream_desc_regs_t* sregs = regs.stream_desc; in DumpRegs() local
186 ihda_dump_stream_regs("Input Stream", input_stream_cnt, sregs); sregs += input_stream_cnt; in DumpRegs()
187 ihda_dump_stream_regs("Output Stream", output_stream_cnt, sregs); sregs += output_stream_cnt; in DumpRegs()
188 ihda_dump_stream_regs("Bi-dir Stream", bidir_stream_cnt, sregs); in DumpRegs()
/system/dev/audio/intel-hda/controller/
A Dintel-hda-controller-init.cpp60 hda_stream_desc_regs_t* sregs = regs()->stream_desc; in ResetControllerHW() local
62 IntelHDAStream::Reset(sregs + i); in ResetControllerHW()

Completed in 5 milliseconds