Searched refs:ICP_TC_HPD_ENABLE (Results 1 – 2 of 2) sorted by relevance
3776 hotplug |= ICP_TC_HPD_ENABLE(PORT_TC1) | in icp_hpd_detection_setup()3777 ICP_TC_HPD_ENABLE(PORT_TC2) | in icp_hpd_detection_setup()3778 ICP_TC_HPD_ENABLE(PORT_TC3) | in icp_hpd_detection_setup()3779 ICP_TC_HPD_ENABLE(PORT_TC4); in icp_hpd_detection_setup()
7677 #define ICP_TC_HPD_ENABLE(tc_port) (8 << (tc_port) * 4) macro