Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/gma500/
H A Dcdv_intel_crt.c173 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 Dcdv_device.c420 REG_WRITE(PORT_HOTPLUG_STAT, REG_READ(PORT_HOTPLUG_STAT)); in cdv_hotplug_event()
433 REG_WRITE(PORT_HOTPLUG_STAT, REG_READ(PORT_HOTPLUG_STAT)); in cdv_hotplug_enable()
H A Dpsb_irq.c237 REG_WRITE(PORT_HOTPLUG_STAT, REG_READ(PORT_HOTPLUG_STAT)); in gma_irq_handler()
H A Dpsb_intel_reg.h391 #define PORT_HOTPLUG_STAT 0x61114 macro
/linux/drivers/gpu/drm/i915/display/
H A Dintel_crt.c613 stat = intel_de_read(display, PORT_HOTPLUG_STAT(display)); in intel_crt_detect_hotplug()
618 intel_de_write(display, PORT_HOTPLUG_STAT(display), in intel_crt_detect_hotplug()
H A Dintel_display_irq.c1942 intel_de_rmw(display, PORT_HOTPLUG_STAT(display), 0, 0); in _vlv_display_irq_reset()
1962 intel_de_rmw(display, PORT_HOTPLUG_STAT(display), 0, 0); in i9xx_display_irq_reset()
H A Dg4x_dp.c1215 return intel_de_read(display, PORT_HOTPLUG_STAT(display)) & bit; in g4x_digital_port_connected()