Searched refs:PORT_HOTPLUG_EN (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/gma500/ |
D | cdv_intel_crt.c | 148 orig = hotplug_en = REG_READ(PORT_HOTPLUG_EN); in cdv_intel_crt_detect_hotplug() 158 REG_WRITE(PORT_HOTPLUG_EN, hotplug_en); in cdv_intel_crt_detect_hotplug() 162 if (!(REG_READ(PORT_HOTPLUG_EN) & in cdv_intel_crt_detect_hotplug() 177 REG_WRITE(PORT_HOTPLUG_EN, orig); in cdv_intel_crt_detect_hotplug()
|
D | cdv_device.c | 454 u32 hotplug = REG_READ(PORT_HOTPLUG_EN); in cdv_hotplug_enable() 457 REG_WRITE(PORT_HOTPLUG_EN, hotplug); in cdv_hotplug_enable() 459 REG_WRITE(PORT_HOTPLUG_EN, 0); in cdv_hotplug_enable()
|
D | psb_intel_reg.h | 379 #define PORT_HOTPLUG_EN 0x61110 macro
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | intel_crt.c | 443 hotplug_en = orig = I915_READ(PORT_HOTPLUG_EN); in intel_crt_detect_hotplug() 448 I915_WRITE(PORT_HOTPLUG_EN, hotplug_en); in intel_crt_detect_hotplug() 450 if (wait_for((I915_READ(PORT_HOTPLUG_EN) & in intel_crt_detect_hotplug() 464 I915_WRITE(PORT_HOTPLUG_EN, orig); in intel_crt_detect_hotplug()
|
D | i915_irq.c | 3047 I915_WRITE(PORT_HOTPLUG_EN, 0); in vlv_display_irq_reset() 3374 I915_WRITE(PORT_HOTPLUG_EN, 0); in vlv_display_irq_postinstall() 3375 POSTING_READ(PORT_HOTPLUG_EN); in vlv_display_irq_postinstall() 3736 I915_WRITE(PORT_HOTPLUG_EN, 0); in i915_irq_preinstall() 3770 I915_WRITE(PORT_HOTPLUG_EN, 0); in i915_irq_postinstall() 3771 POSTING_READ(PORT_HOTPLUG_EN); in i915_irq_postinstall() 3932 I915_WRITE(PORT_HOTPLUG_EN, 0); in i915_irq_uninstall() 3953 I915_WRITE(PORT_HOTPLUG_EN, 0); in i965_irq_preinstall() 4014 I915_WRITE(PORT_HOTPLUG_EN, 0); in i965_irq_postinstall() 4015 POSTING_READ(PORT_HOTPLUG_EN); in i965_irq_postinstall() [all …]
|
D | i915_debugfs.c | 739 I915_READ(PORT_HOTPLUG_EN)); in i915_interrupt_info() 843 I915_READ(PORT_HOTPLUG_EN)); in i915_interrupt_info()
|
D | i915_reg.h | 2808 #define PORT_HOTPLUG_EN (dev_priv->info.display_mmio_offset + 0x61110) macro
|