Searched refs:PORT_HOTPLUG_STAT (Results 1 – 9 of 9) sorted by relevance
| /drivers/gpu/drm/gma500/ |
| 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()
|
| 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()
|
| A D | psb_irq.c | 236 REG_WRITE(PORT_HOTPLUG_STAT, REG_READ(PORT_HOTPLUG_STAT)); in gma_irq_handler()
|
| A D | psb_intel_reg.h | 391 #define PORT_HOTPLUG_STAT 0x61114 macro
|
| /drivers/gpu/drm/i915/display/ |
| A D | intel_hotplug_irq.c | 441 PORT_HOTPLUG_STAT(display)) & hotplug_status_mask; in i9xx_hpd_irq_ack() 447 intel_de_write(display, PORT_HOTPLUG_STAT(display), in i9xx_hpd_irq_ack() 453 intel_de_read(display, PORT_HOTPLUG_STAT(display))); in i9xx_hpd_irq_ack()
|
| A D | intel_crt.c | 612 stat = intel_de_read(display, PORT_HOTPLUG_STAT(display)); in intel_crt_detect_hotplug() 617 intel_de_write(display, PORT_HOTPLUG_STAT(display), in intel_crt_detect_hotplug()
|
| A D | intel_display_irq.c | 1875 intel_de_rmw(display, PORT_HOTPLUG_STAT(display), 0, 0); in _vlv_display_irq_reset() 1895 intel_de_rmw(display, PORT_HOTPLUG_STAT(display), 0, 0); in i9xx_display_irq_reset()
|
| A D | g4x_dp.c | 1201 return intel_de_read(display, PORT_HOTPLUG_STAT(display)) & bit; in g4x_digital_port_connected()
|
| A D | intel_display_regs.h | 445 #define PORT_HOTPLUG_STAT(dev_priv) _MMIO(DISPLAY_MMIO_BASE(dev_priv) + 0x61114) macro
|
Completed in 47 milliseconds