Searched refs:SDEIIR (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_irq.c1158 /* Disable south interrupts. We'll only write to SDEIIR once, so further
1161 * it, we'll get an interrupt if SDEIIR still has something to process
1205 u32 pch_iir = I915_READ(SDEIIR);
1210 I915_WRITE(SDEIIR, pch_iir);
1269 /* Disable south interrupts. We'll only write to SDEIIR once, so further
1272 * it, we'll get an interrupt if SDEIIR still has something to process
1325 u32 pch_iir = I915_READ(SDEIIR);
1333 I915_WRITE(SDEIIR, pch_iir);
2677 I915_WRITE(SDEIIR, I915_READ(SDEIIR));
[all...]
H A Di915_reg.h3968 #define SDEIIR 0xc4008 macro
/solaris-x11-s11/open-src/kernel/mdb/modules/
H A Di915.c1511 ret = i915_read(dev_priv, (uintptr_t)SDEIIR, &val);

Completed in 67 milliseconds