Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/gma500/
H A Dcdv_intel_crt.c152 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 Dcdv_device.c426 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 Dpsb_intel_reg.h367 #define PORT_HOTPLUG_EN 0x61110 macro
/openbmc/u-boot/drivers/video/
H A Di915_reg.h11 #define PORT_HOTPLUG_EN 0x61110 macro
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_crt.c601 if (intel_de_wait_for_clear(dev_priv, PORT_HOTPLUG_EN, in intel_crt_detect_hotplug()
H A Dintel_hotplug_irq.c189 intel_uncore_rmw(&dev_priv->uncore, PORT_HOTPLUG_EN, mask, bits); in i915_hotplug_interrupt_update_locked()
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_reg.h2148 #define PORT_HOTPLUG_EN _MMIO(DISPLAY_MMIO_BASE(dev_priv) + 0x61110) macro