Searched refs:ICP_TC_HPD_ENABLE (Results 1 – 2 of 2) sorted by relevance
3331 return ICP_TC_HPD_ENABLE(pin); in icp_tc_hotplug_enables()3355 hotplug &= ~(ICP_TC_HPD_ENABLE(HPD_PORT_TC1) | in icp_tc_hpd_detection_setup()3356 ICP_TC_HPD_ENABLE(HPD_PORT_TC2) | in icp_tc_hpd_detection_setup()3357 ICP_TC_HPD_ENABLE(HPD_PORT_TC3) | in icp_tc_hpd_detection_setup()3358 ICP_TC_HPD_ENABLE(HPD_PORT_TC4) | in icp_tc_hpd_detection_setup()3359 ICP_TC_HPD_ENABLE(HPD_PORT_TC5) | in icp_tc_hpd_detection_setup()3360 ICP_TC_HPD_ENABLE(HPD_PORT_TC6)); in icp_tc_hpd_detection_setup()
8630 #define ICP_TC_HPD_ENABLE(hpd_pin) (8 << (_HPD_PIN_TC(hpd_pin) * 4)) macro