Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/i915/
Di915_irq.c3391 return GEN11_HOTPLUG_CTL_ENABLE(pin); in gen11_hotplug_enables()
3416 hotplug &= ~(GEN11_HOTPLUG_CTL_ENABLE(HPD_PORT_TC1) | in gen11_tc_hpd_detection_setup()
3417 GEN11_HOTPLUG_CTL_ENABLE(HPD_PORT_TC2) | in gen11_tc_hpd_detection_setup()
3418 GEN11_HOTPLUG_CTL_ENABLE(HPD_PORT_TC3) | in gen11_tc_hpd_detection_setup()
3419 GEN11_HOTPLUG_CTL_ENABLE(HPD_PORT_TC4) | in gen11_tc_hpd_detection_setup()
3420 GEN11_HOTPLUG_CTL_ENABLE(HPD_PORT_TC5) | in gen11_tc_hpd_detection_setup()
3421 GEN11_HOTPLUG_CTL_ENABLE(HPD_PORT_TC6)); in gen11_tc_hpd_detection_setup()
3431 hotplug &= ~(GEN11_HOTPLUG_CTL_ENABLE(HPD_PORT_TC1) | in gen11_tbt_hpd_detection_setup()
3432 GEN11_HOTPLUG_CTL_ENABLE(HPD_PORT_TC2) | in gen11_tbt_hpd_detection_setup()
3433 GEN11_HOTPLUG_CTL_ENABLE(HPD_PORT_TC3) | in gen11_tbt_hpd_detection_setup()
[all …]
Di915_reg.h8067 #define GEN11_HOTPLUG_CTL_ENABLE(hpd_pin) (8 << (_HPD_PIN_TC(hpd_pin) * 4)) macro