Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/i915/
Di915_irq.c3103 hotplug |= GEN11_HOTPLUG_CTL_ENABLE(PORT_TC1) | in gen11_hpd_detection_setup()
3104 GEN11_HOTPLUG_CTL_ENABLE(PORT_TC2) | in gen11_hpd_detection_setup()
3105 GEN11_HOTPLUG_CTL_ENABLE(PORT_TC3) | in gen11_hpd_detection_setup()
3106 GEN11_HOTPLUG_CTL_ENABLE(PORT_TC4) | in gen11_hpd_detection_setup()
3107 GEN11_HOTPLUG_CTL_ENABLE(PORT_TC5) | in gen11_hpd_detection_setup()
3108 GEN11_HOTPLUG_CTL_ENABLE(PORT_TC6); in gen11_hpd_detection_setup()
3112 hotplug |= GEN11_HOTPLUG_CTL_ENABLE(PORT_TC1) | in gen11_hpd_detection_setup()
3113 GEN11_HOTPLUG_CTL_ENABLE(PORT_TC2) | in gen11_hpd_detection_setup()
3114 GEN11_HOTPLUG_CTL_ENABLE(PORT_TC3) | in gen11_hpd_detection_setup()
3115 GEN11_HOTPLUG_CTL_ENABLE(PORT_TC4) | in gen11_hpd_detection_setup()
[all …]
Di915_reg.h7781 #define GEN11_HOTPLUG_CTL_ENABLE(tc_port) (8 << (tc_port) * 4) macro