Searched refs:GEN11_HOTPLUG_CTL_ENABLE (Results 1 – 2 of 2) sorted by relevance
3408 return GEN11_HOTPLUG_CTL_ENABLE(pin); in gen11_hotplug_enables()3433 hotplug &= ~(GEN11_HOTPLUG_CTL_ENABLE(HPD_PORT_TC1) | in gen11_tc_hpd_detection_setup()3434 GEN11_HOTPLUG_CTL_ENABLE(HPD_PORT_TC2) | in gen11_tc_hpd_detection_setup()3435 GEN11_HOTPLUG_CTL_ENABLE(HPD_PORT_TC3) | in gen11_tc_hpd_detection_setup()3436 GEN11_HOTPLUG_CTL_ENABLE(HPD_PORT_TC4) | in gen11_tc_hpd_detection_setup()3437 GEN11_HOTPLUG_CTL_ENABLE(HPD_PORT_TC5) | in gen11_tc_hpd_detection_setup()3438 GEN11_HOTPLUG_CTL_ENABLE(HPD_PORT_TC6)); in gen11_tc_hpd_detection_setup()3448 hotplug &= ~(GEN11_HOTPLUG_CTL_ENABLE(HPD_PORT_TC1) | in gen11_tbt_hpd_detection_setup()3449 GEN11_HOTPLUG_CTL_ENABLE(HPD_PORT_TC2) | in gen11_tbt_hpd_detection_setup()3450 GEN11_HOTPLUG_CTL_ENABLE(HPD_PORT_TC3) | in gen11_tbt_hpd_detection_setup()[all …]
5647 #define GEN11_HOTPLUG_CTL_ENABLE(hpd_pin) (8 << (_HPD_PIN_TC(hpd_pin) * 4)) macro