Home
last modified time | relevance | path

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

/openbmc/qemu/hw/audio/
H A Dintel-hda.c234 if (d->rirb_sts & ICH6_RBSTS_IRQ) { in intel_hda_update_int_sts()
383 d->rirb_sts |= ICH6_RBSTS_IRQ; in intel_hda_response()
390 d->rirb_sts |= ICH6_RBSTS_IRQ; in intel_hda_response()
563 if ((old & ICH6_RBSTS_IRQ) && !(d->rirb_sts & ICH6_RBSTS_IRQ)) { in intel_hda_set_rirb_sts()
H A Dintel-hda-defs.h57 #define ICH6_RBSTS_IRQ (1 << 0) /* response irq */ macro