Searched refs:ICP_TC_HPD_LONG_DETECT (Results 1 – 2 of 2) sorted by relevance
1625 return val & ICP_TC_HPD_LONG_DETECT(PORT_TC1); in icp_tc_port_hotplug_long_detect()1627 return val & ICP_TC_HPD_LONG_DETECT(PORT_TC2); in icp_tc_port_hotplug_long_detect()1629 return val & ICP_TC_HPD_LONG_DETECT(PORT_TC3); in icp_tc_port_hotplug_long_detect()1631 return val & ICP_TC_HPD_LONG_DETECT(PORT_TC4); in icp_tc_port_hotplug_long_detect()
7782 #define ICP_TC_HPD_LONG_DETECT(tc_port) (2 << (tc_port) * 4) macro