Home
last modified time | relevance | path

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

/openbmc/qemu/hw/audio/
H A Dintel-hda.c167 uint32_t rirb_wp; member
366 wp = (d->rirb_wp + 1) & 0xff; in intel_hda_response()
374 d->rirb_wp = wp; in intel_hda_response()
554 if (d->rirb_wp & ICH6_RIRBWP_RST) { in intel_hda_set_rirb_wp()
555 d->rirb_wp = 0; in intel_hda_set_rirb_wp()
744 .offset = offsetof(IntelHDAState, rirb_wp),
1196 VMSTATE_UINT32(rirb_wp, IntelHDAState),