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

/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_irq.c969 u32 hotplug_status = I915_READ(PORT_HOTPLUG_STAT);
977 I915_WRITE(PORT_HOTPLUG_STAT, hotplug_status);
978 I915_READ(PORT_HOTPLUG_STAT);
2615 I915_WRITE(PORT_HOTPLUG_STAT, I915_READ(PORT_HOTPLUG_STAT));
2866 I915_WRITE(PORT_HOTPLUG_STAT, I915_READ(PORT_HOTPLUG_STAT));
3069 I915_WRITE(PORT_HOTPLUG_STAT, I915_READ(PORT_HOTPLUG_STAT));
3201 u32 hotplug_status = I915_READ(PORT_HOTPLUG_STAT);
[all...]
H A Dintel_crt.c411 stat = I915_READ(PORT_HOTPLUG_STAT);
416 I915_WRITE(PORT_HOTPLUG_STAT, CRT_HOTPLUG_INT_STATUS);
H A Dintel_dp.c2503 if ((I915_READ(PORT_HOTPLUG_STAT) & bit) == 0)
H A Di915_reg.h1946 #define PORT_HOTPLUG_STAT (dev_priv->info->display_mmio_offset + 0x61114) macro

Completed in 73 milliseconds