Searched refs:GEN11_HOTPLUG_CTL_ENABLE (Results 1 – 2 of 2) sorted by relevance
3477 hotplug |= GEN11_HOTPLUG_CTL_ENABLE(PORT_TC1) | in gen11_hpd_detection_setup()3478 GEN11_HOTPLUG_CTL_ENABLE(PORT_TC2) | in gen11_hpd_detection_setup()3479 GEN11_HOTPLUG_CTL_ENABLE(PORT_TC3) | in gen11_hpd_detection_setup()3480 GEN11_HOTPLUG_CTL_ENABLE(PORT_TC4); in gen11_hpd_detection_setup()3484 hotplug |= GEN11_HOTPLUG_CTL_ENABLE(PORT_TC1) | in gen11_hpd_detection_setup()3485 GEN11_HOTPLUG_CTL_ENABLE(PORT_TC2) | in gen11_hpd_detection_setup()3486 GEN11_HOTPLUG_CTL_ENABLE(PORT_TC3) | in gen11_hpd_detection_setup()3487 GEN11_HOTPLUG_CTL_ENABLE(PORT_TC4); in gen11_hpd_detection_setup()
7448 #define GEN11_HOTPLUG_CTL_ENABLE(tc_port) (8 << (tc_port) * 4) macro