Home
last modified time | relevance | path

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

/qemu/hw/audio/
H A Dintel-hda.c158 uint32_t corb_rp; member
322 if ((d->corb_rp & 0xff) == d->corb_wp) { in intel_hda_corb_run()
331 rp = (d->corb_rp + 1) & 0xff; in intel_hda_corb_run()
334 d->corb_rp = rp; in intel_hda_corb_run()
385 } else if ((d->corb_rp & 0xff) == d->corb_wp) { in intel_hda_response()
705 .offset = offsetof(IntelHDAState, corb_rp),
1188 VMSTATE_UINT32(corb_rp, IntelHDAState),