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

/opensolaris-onvv-gate/usr/src/uts/intel/io/drm/
H A Di915_irq.c258 error->ipeir = I915_READ(IPEIR);
280 DRM_DEBUG(" IPEIR: 0x%08x\n", error->ipeir);
320 DRM_DEBUG(" IPEIR: 0x%08x\n",
369 u32 ipeir = I915_READ(IPEIR);
371 DRM_DEBUG(" IPEIR: 0x%08x\n",
372 I915_READ(IPEIR));
379 I915_WRITE(IPEIR, ipeir);
380 (void)I915_READ(IPEIR);
384 DRM_DEBUG(" IPEIR: 0x%08x\n",
H A Di915_drv.h738 #define IPEIR 0x02088 macro

Completed in 44 milliseconds