Home
last modified time | relevance | path

Searched refs:PORT_HOTPLUG_EN (Results 1 – 6 of 6) sorted by relevance

/drivers/gpu/drm/gma500/
Dcdv_intel_crt.c173 hotplug_en = REG_READ(PORT_HOTPLUG_EN); in cdv_intel_crt_detect_hotplug()
183 REG_WRITE(PORT_HOTPLUG_EN, hotplug_en); in cdv_intel_crt_detect_hotplug()
187 if (!(REG_READ(PORT_HOTPLUG_EN) & in cdv_intel_crt_detect_hotplug()
Dcdv_device.c455 REG_WRITE(PORT_HOTPLUG_EN, 0); in cdv_chip_setup()
Dpsb_intel_reg.h345 #define PORT_HOTPLUG_EN 0x61110 macro
/drivers/gpu/drm/i915/
Dintel_crt.c243 hotplug_en = orig = I915_READ(PORT_HOTPLUG_EN); in intel_crt_detect_hotplug()
248 I915_WRITE(PORT_HOTPLUG_EN, hotplug_en); in intel_crt_detect_hotplug()
250 if (wait_for((I915_READ(PORT_HOTPLUG_EN) & in intel_crt_detect_hotplug()
264 I915_WRITE(PORT_HOTPLUG_EN, orig); in intel_crt_detect_hotplug()
Di915_irq.c1988 I915_WRITE(PORT_HOTPLUG_EN, 0); in i915_driver_irq_preinstall()
2045 u32 hotplug_en = I915_READ(PORT_HOTPLUG_EN); in i915_driver_irq_postinstall()
2084 I915_WRITE(PORT_HOTPLUG_EN, hotplug_en); in i915_driver_irq_postinstall()
2127 I915_WRITE(PORT_HOTPLUG_EN, 0); in i915_driver_irq_uninstall()
Di915_reg.h1468 #define PORT_HOTPLUG_EN 0x61110 macro