Searched refs:PORT_HOTPLUG_STAT (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/gpu/drm/gma500/ |
H A D | cdv_intel_crt.c | 173 if ((REG_READ(PORT_HOTPLUG_STAT) & CRT_HOTPLUG_MONITOR_MASK) != in cdv_intel_crt_detect_hotplug() 178 REG_WRITE(PORT_HOTPLUG_STAT, CRT_HOTPLUG_INT_STATUS); in cdv_intel_crt_detect_hotplug()
|
H A D | cdv_device.c | 419 REG_WRITE(PORT_HOTPLUG_STAT, REG_READ(PORT_HOTPLUG_STAT)); in cdv_hotplug_event() 432 REG_WRITE(PORT_HOTPLUG_STAT, REG_READ(PORT_HOTPLUG_STAT)); in cdv_hotplug_enable()
|
H A D | psb_irq.c | 236 REG_WRITE(PORT_HOTPLUG_STAT, REG_READ(PORT_HOTPLUG_STAT)); in gma_irq_handler()
|
H A D | psb_intel_reg.h | 391 #define PORT_HOTPLUG_STAT 0x61114 macro
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_hotplug_irq.c | 437 u32 tmp = intel_uncore_read(&dev_priv->uncore, PORT_HOTPLUG_STAT) & hotplug_status_mask; in i9xx_hpd_irq_ack() 443 intel_uncore_write(&dev_priv->uncore, PORT_HOTPLUG_STAT, hotplug_status); in i9xx_hpd_irq_ack() 448 intel_uncore_read(&dev_priv->uncore, PORT_HOTPLUG_STAT)); in i9xx_hpd_irq_ack()
|
H A D | intel_crt.c | 607 stat = intel_de_read(dev_priv, PORT_HOTPLUG_STAT); in intel_crt_detect_hotplug() 612 intel_de_write(dev_priv, PORT_HOTPLUG_STAT, CRT_HOTPLUG_INT_STATUS); in intel_crt_detect_hotplug()
|
H A D | g4x_dp.c | 1203 return intel_de_read(dev_priv, PORT_HOTPLUG_STAT) & bit; in g4x_digital_port_connected()
|
H A D | intel_display_irq.c | 1377 intel_uncore_rmw(uncore, PORT_HOTPLUG_STAT, 0, 0); in vlv_display_irq_reset()
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_irq.c | 1041 intel_uncore_rmw(&dev_priv->uncore, PORT_HOTPLUG_STAT, 0, 0); in i915_irq_reset() 1150 intel_uncore_rmw(uncore, PORT_HOTPLUG_STAT, 0, 0); in i965_irq_reset()
|
H A D | i915_reg.h | 2178 #define PORT_HOTPLUG_STAT _MMIO(DISPLAY_MMIO_BASE(dev_priv) + 0x61114) macro
|