Searched refs:PORT_HOTPLUG_EN (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/ |
H A D | cdv_intel_crt.c | 150 orig = hotplug_en = REG_READ(PORT_HOTPLUG_EN); in cdv_intel_crt_detect_hotplug() 160 REG_WRITE(PORT_HOTPLUG_EN, hotplug_en); in cdv_intel_crt_detect_hotplug() 164 if (!(REG_READ(PORT_HOTPLUG_EN) & in cdv_intel_crt_detect_hotplug() 179 REG_WRITE(PORT_HOTPLUG_EN, orig); in cdv_intel_crt_detect_hotplug()
|
H A D | cdv_device.c | 445 u32 hotplug = REG_READ(PORT_HOTPLUG_EN); in cdv_hotplug_enable() 448 REG_WRITE(PORT_HOTPLUG_EN, hotplug); in cdv_hotplug_enable() 450 REG_WRITE(PORT_HOTPLUG_EN, 0); in cdv_hotplug_enable()
|
H A D | psb_intel_reg.h | 367 #define PORT_HOTPLUG_EN 0x61110 macro
|
/kernel/linux/linux-6.6/drivers/gpu/drm/gma500/ |
H A D | cdv_intel_crt.c | 152 orig = hotplug_en = REG_READ(PORT_HOTPLUG_EN); in cdv_intel_crt_detect_hotplug() 162 REG_WRITE(PORT_HOTPLUG_EN, hotplug_en); in cdv_intel_crt_detect_hotplug() 166 if (!(REG_READ(PORT_HOTPLUG_EN) & in cdv_intel_crt_detect_hotplug() 181 REG_WRITE(PORT_HOTPLUG_EN, orig); in cdv_intel_crt_detect_hotplug()
|
H A D | cdv_device.c | 426 u32 hotplug = REG_READ(PORT_HOTPLUG_EN); in cdv_hotplug_enable() 429 REG_WRITE(PORT_HOTPLUG_EN, hotplug); in cdv_hotplug_enable() 431 REG_WRITE(PORT_HOTPLUG_EN, 0); in cdv_hotplug_enable()
|
H A D | psb_intel_reg.h | 367 #define PORT_HOTPLUG_EN 0x61110 macro
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_crt.c | 582 if (intel_de_wait_for_clear(dev_priv, PORT_HOTPLUG_EN, in intel_crt_detect_hotplug()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_crt.c | 601 if (intel_de_wait_for_clear(dev_priv, PORT_HOTPLUG_EN, in intel_crt_detect_hotplug()
|
H A D | intel_hotplug_irq.c | 189 intel_uncore_rmw(&dev_priv->uncore, PORT_HOTPLUG_EN, mask, bits); in i915_hotplug_interrupt_update_locked() 432 * is still pending. We can't use PORT_HOTPLUG_EN to in i9xx_hpd_irq_ack()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_debugfs.c | 477 I915_READ(PORT_HOTPLUG_EN)); in i915_interrupt_info() 586 I915_READ(PORT_HOTPLUG_EN)); in i915_interrupt_info()
|
H A D | i915_irq.c | 300 val = I915_READ(PORT_HOTPLUG_EN); in i915_hotplug_interrupt_update_locked() 303 I915_WRITE(PORT_HOTPLUG_EN, val); in i915_hotplug_interrupt_update_locked() 1474 * is still pending. We can't use PORT_HOTPLUG_EN to in i9xx_hpd_irq_ack()
|
H A D | i915_reg.h | 4684 #define PORT_HOTPLUG_EN _MMIO(DISPLAY_MMIO_BASE(dev_priv) + 0x61110) macro
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | i915_reg.h | 2148 #define PORT_HOTPLUG_EN _MMIO(DISPLAY_MMIO_BASE(dev_priv) + 0x61110) macro
|
Completed in 81 milliseconds