Searched refs:ICP_TC_HPD_LONG_DETECT (Results 1 – 2 of 2) sorted by relevance
1082 return val & ICP_TC_HPD_LONG_DETECT(PORT_TC1); in icp_tc_port_hotplug_long_detect()1084 return val & ICP_TC_HPD_LONG_DETECT(PORT_TC2); in icp_tc_port_hotplug_long_detect()1086 return val & ICP_TC_HPD_LONG_DETECT(PORT_TC3); in icp_tc_port_hotplug_long_detect()1088 return val & ICP_TC_HPD_LONG_DETECT(PORT_TC4); in icp_tc_port_hotplug_long_detect()1090 return val & ICP_TC_HPD_LONG_DETECT(PORT_TC5); in icp_tc_port_hotplug_long_detect()1092 return val & ICP_TC_HPD_LONG_DETECT(PORT_TC6); in icp_tc_port_hotplug_long_detect()
8414 #define ICP_TC_HPD_LONG_DETECT(tc_port) (2 << (tc_port) * 4) macro