HomeSort by: relevance | last modified time | path
    Searched refs:VLV_IIR (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_irq.c 1544 iir = I915_READ(VLV_IIR);
1554 * x = ((VLV_IIR & VLV_IER) ||
1561 * don't end up clearing all the VLV_IIR, GT_IIR, GEN6_PMIIR
1585 * VLV_IIR is single buffered, and reflects the level
1589 I915_WRITE(VLV_IIR, iir);
1629 iir = I915_READ(VLV_IIR);
1639 * x = ((VLV_IIR & VLV_IER) ||
1646 * don't end up clearing all the VLV_IIR and GEN8_MASTER_IRQ_CONTROL
1668 * VLV_IIR is single buffered, and reflects the level
1672 I915_WRITE(VLV_IIR, iir)
    [all...]
i915_debugfs.c 461 I915_READ(VLV_IIR));
550 I915_READ(VLV_IIR));
i915_reg.h 2827 #define VLV_IIR _MMIO(VLV_DISPLAY_BASE + 0x20a4)

Completed in 57 milliseconds