Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/gma500/
Dcdv_intel_crt.c148 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()
Dcdv_device.c456 u32 hotplug = REG_READ(PORT_HOTPLUG_EN); in cdv_hotplug_enable()
459 REG_WRITE(PORT_HOTPLUG_EN, hotplug); in cdv_hotplug_enable()
461 REG_WRITE(PORT_HOTPLUG_EN, 0); in cdv_hotplug_enable()
Dpsb_intel_reg.h379 #define PORT_HOTPLUG_EN 0x61110 macro
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_crt.c540 if (intel_wait_for_register(dev_priv, PORT_HOTPLUG_EN, in intel_crt_detect_hotplug()
Di915_irq.c235 val = I915_READ(PORT_HOTPLUG_EN); in i915_hotplug_interrupt_update_locked()
238 I915_WRITE(PORT_HOTPLUG_EN, val); in i915_hotplug_interrupt_update_locked()
Di915_debugfs.c743 I915_READ(PORT_HOTPLUG_EN)); in i915_interrupt_info()
844 I915_READ(PORT_HOTPLUG_EN)); in i915_interrupt_info()
Di915_reg.h4307 #define PORT_HOTPLUG_EN _MMIO(dev_priv->info.display_mmio_offset + 0x61110) macro