Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_irq.c1917 dig_hotplug_reg = I915_READ(PCH_PORT_HOTPLUG2); in spt_irq_handler()
1918 I915_WRITE(PCH_PORT_HOTPLUG2, dig_hotplug_reg); in spt_irq_handler()
3165 hotplug = I915_READ(PCH_PORT_HOTPLUG2); in spt_hpd_detection_setup()
3167 I915_WRITE(PCH_PORT_HOTPLUG2, hotplug); in spt_hpd_detection_setup()
H A Di915_reg.h8296 #define PCH_PORT_HOTPLUG2 _MMIO(0xc403C) /* SHOTPLUG_CTL2 SPT+ */ macro