Searched refs:ICH6_RBSTS_IRQ (Results 1 – 2 of 2) sorted by relevance
234 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()
57 #define ICH6_RBSTS_IRQ (1 << 0) /* response irq */ macro