Home
last modified time | relevance | path

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

/qemu/hw/audio/
H A Dintel-hda.c233 if (d->rirb_sts & ICH6_RBSTS_IRQ) { in intel_hda_update_int_sts()
382 d->rirb_sts |= ICH6_RBSTS_IRQ; in intel_hda_response()
389 d->rirb_sts |= ICH6_RBSTS_IRQ; in intel_hda_response()
562 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