Home
last modified time | relevance | path

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

/openbmc/qemu/hw/audio/
H A Dintel-hda.c159 uint32_t corb_rp; member
323 if ((d->corb_rp & 0xff) == d->corb_wp) { in intel_hda_corb_run()
332 rp = (d->corb_rp + 1) & 0xff; in intel_hda_corb_run()
335 d->corb_rp = rp; in intel_hda_corb_run()
386 } else if ((d->corb_rp & 0xff) == d->corb_wp) { in intel_hda_response()
706 .offset = offsetof(IntelHDAState, corb_rp),
1189 VMSTATE_UINT32(corb_rp, IntelHDAState),