Searched refs:SHOTPLUG_CTL_DDI_HPD_ENABLE (Results 1 – 2 of 2) sorted by relevance
3315 return SHOTPLUG_CTL_DDI_HPD_ENABLE(pin); in icp_ddi_hotplug_enables()3342 hotplug &= ~(SHOTPLUG_CTL_DDI_HPD_ENABLE(HPD_PORT_A) | in icp_ddi_hpd_detection_setup()3343 SHOTPLUG_CTL_DDI_HPD_ENABLE(HPD_PORT_B) | in icp_ddi_hpd_detection_setup()3344 SHOTPLUG_CTL_DDI_HPD_ENABLE(HPD_PORT_C) | in icp_ddi_hpd_detection_setup()3345 SHOTPLUG_CTL_DDI_HPD_ENABLE(HPD_PORT_D)); in icp_ddi_hpd_detection_setup()
8622 #define SHOTPLUG_CTL_DDI_HPD_ENABLE(hpd_pin) (0x8 << (_HPD_PIN_DDI(hpd_pin) * 4)) macro