Searched refs:SHOTPLUG_CTL_DDI_HPD_ENABLE (Results 1 – 2 of 2) sorted by relevance
3332 return SHOTPLUG_CTL_DDI_HPD_ENABLE(pin); in icp_ddi_hotplug_enables()3359 hotplug &= ~(SHOTPLUG_CTL_DDI_HPD_ENABLE(HPD_PORT_A) | in icp_ddi_hpd_detection_setup()3360 SHOTPLUG_CTL_DDI_HPD_ENABLE(HPD_PORT_B) | in icp_ddi_hpd_detection_setup()3361 SHOTPLUG_CTL_DDI_HPD_ENABLE(HPD_PORT_C) | in icp_ddi_hpd_detection_setup()3362 SHOTPLUG_CTL_DDI_HPD_ENABLE(HPD_PORT_D)); in icp_ddi_hpd_detection_setup()
6037 #define SHOTPLUG_CTL_DDI_HPD_ENABLE(hpd_pin) (0x8 << (_HPD_PIN_DDI(hpd_pin) * 4)) macro