Searched refs:VLV_IER (Results 1 - 3 of 3) sorted by last modified time

/linux-master/drivers/gpu/drm/i915/
H A Di915_reg.h430 #define VLV_IER _MMIO(VLV_DISPLAY_BASE + 0x20a0)
1035 #define VLV_IER macro
H A Di915_gpu_error.c1778 gt->ier = intel_uncore_read(uncore, VLV_IER);
H A Di915_irq.c280 * x = ((VLV_IIR & VLV_IER) ||
285 * Hence we clear MASTER_INTERRUPT_ENABLE and VLV_IER to
291 ier = intel_uncore_rmw(&dev_priv->uncore, VLV_IER, ~0, 0);
316 intel_uncore_write(&dev_priv->uncore, VLV_IER, ier);
365 * x = ((VLV_IIR & VLV_IER) ||
370 * Hence we clear GEN8_MASTER_IRQ_CONTROL and VLV_IER to
376 ier = intel_uncore_rmw(&dev_priv->uncore, VLV_IER, ~0, 0);
399 intel_uncore_write(&dev_priv->uncore, VLV_IER, ier);

Completed in 277 milliseconds