Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/i915/
Di915_irq.c167 [HPD_PORT_A] = SDE_DDI_HOTPLUG_ICP(HPD_PORT_A),
168 [HPD_PORT_B] = SDE_DDI_HOTPLUG_ICP(HPD_PORT_B),
169 [HPD_PORT_C] = SDE_DDI_HOTPLUG_ICP(HPD_PORT_C),
179 [HPD_PORT_A] = SDE_DDI_HOTPLUG_ICP(HPD_PORT_A),
180 [HPD_PORT_B] = SDE_DDI_HOTPLUG_ICP(HPD_PORT_B),
181 [HPD_PORT_C] = SDE_DDI_HOTPLUG_ICP(HPD_PORT_C),
182 [HPD_PORT_D] = SDE_DDI_HOTPLUG_ICP(HPD_PORT_D),
Di915_reg.h5959 #define SDE_DDI_HOTPLUG_ICP(hpd_pin) REG_BIT(16 + _HPD_PIN_DDI(hpd_pin)) macro
5960 #define SDE_DDI_HOTPLUG_MASK_ICP (SDE_DDI_HOTPLUG_ICP(HPD_PORT_D) | \
5961 SDE_DDI_HOTPLUG_ICP(HPD_PORT_C) | \
5962 SDE_DDI_HOTPLUG_ICP(HPD_PORT_B) | \
5963 SDE_DDI_HOTPLUG_ICP(HPD_PORT_A))