Lines Matching refs:EIR
3579 *eir = intel_uncore_read16(uncore, EIR);
3582 intel_uncore_write16(uncore, EIR, *eir);
3584 *eir_stuck = intel_uncore_read16(uncore, EIR);
3591 * all the EIR bits. Otherwise the edge triggered
3593 * is still pending. Also some EIR bits can't be
3606 DRM_DEBUG("Master Error: EIR 0x%04x\n", eir);
3609 drm_dbg(&dev_priv->drm, "EIR stuck: 0x%04x, masked\n",
3618 *eir = I915_READ(EIR);
3620 I915_WRITE(EIR, *eir);
3622 *eir_stuck = I915_READ(EIR);
3629 * all the EIR bits. Otherwise the edge triggered
3631 * is still pending. Also some EIR bits can't be
3644 DRM_DEBUG("Master Error, EIR 0x%08x\n", eir);
3647 drm_dbg(&dev_priv->drm, "EIR stuck: 0x%08x, masked\n",