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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i915/
H A Dintel_crt.c235 hotplug_en = orig = I915_READ(PORT_HOTPLUG_EN);
240 I915_WRITE(PORT_HOTPLUG_EN, hotplug_en);
242 if (wait_for((I915_READ(PORT_HOTPLUG_EN) &
256 I915_WRITE(PORT_HOTPLUG_EN, orig);
H A Di915_irq.c1496 I915_WRITE(PORT_HOTPLUG_EN, 0);
1561 u32 hotplug_en = I915_READ(PORT_HOTPLUG_EN);
1588 I915_WRITE(PORT_HOTPLUG_EN, hotplug_en);
1625 I915_WRITE(PORT_HOTPLUG_EN, 0);
H A Di915_reg.h1177 #define PORT_HOTPLUG_EN 0x61110 macro

Completed in 66 milliseconds