Home
last modified time | relevance | path

Searched refs:SHOTPLUG_CTL_DDI (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/i915/
Di915_irq.c2431 dig_hotplug_reg = I915_READ(SHOTPLUG_CTL_DDI); in icp_irq_handler()
2432 I915_WRITE(SHOTPLUG_CTL_DDI, dig_hotplug_reg); in icp_irq_handler()
3770 hotplug = I915_READ(SHOTPLUG_CTL_DDI); in icp_hpd_detection_setup()
3773 I915_WRITE(SHOTPLUG_CTL_DDI, hotplug); in icp_hpd_detection_setup()
Di915_reg.h7662 #define SHOTPLUG_CTL_DDI _MMIO(0xc4030) macro