Searched refs:IPEIR (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_irq.c1728 error->ipeir[ring->id] = I915_READ(IPEIR);
1973 DRM_DEBUG(" IPEIR: 0x%08x\n",
2021 u32 ipeir = I915_READ(IPEIR);
2023 DRM_DEBUG(" IPEIR: 0x%08x\n",
2024 I915_READ(IPEIR));
2031 I915_WRITE(IPEIR, ipeir);
2032 POSTING_READ(IPEIR);
2036 DRM_DEBUG(" IPEIR: 0x%08x\n",
H A Di915_reg.h757 #define IPEIR 0x02088 macro

Completed in 64 milliseconds