Searched refs:INSTPS (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_gem_debug.c937 DRM_ERROR(" INSTPS: 0x%08x",
938 I915_READ(INSTPS));
H A Di915_irq.c1979 DRM_DEBUG(" INSTPS: 0x%08x\n",
1980 I915_READ(INSTPS));
2042 DRM_DEBUG(" INSTPS: 0x%08x\n",
2043 I915_READ(INSTPS));
H A Di915_reg.h749 #define INSTPS 0x02070 /* 965+ only */ macro
/solaris-x11-s11/open-src/kernel/mdb/modules/
H A Di915.c731 " INSTPS:\tInstruction Parser State Register\n"
811 ret = i915_read(dev_priv, (uintptr_t)INSTPS, &val);
813 mdb_printf(" INSTPS: 0x%08x\n", val);

Completed in 66 milliseconds