Searched refs:ICP_TC_HPD_LONG_DETECT (Results 1 – 2 of 2) sorted by relevance
1418 return val & ICP_TC_HPD_LONG_DETECT(PORT_TC1); in icp_tc_port_hotplug_long_detect()1420 return val & ICP_TC_HPD_LONG_DETECT(PORT_TC2); in icp_tc_port_hotplug_long_detect()1422 return val & ICP_TC_HPD_LONG_DETECT(PORT_TC3); in icp_tc_port_hotplug_long_detect()1424 return val & ICP_TC_HPD_LONG_DETECT(PORT_TC4); in icp_tc_port_hotplug_long_detect()1448 return val & ICP_TC_HPD_LONG_DETECT(PORT_TC1); in tgp_tc_port_hotplug_long_detect()1450 return val & ICP_TC_HPD_LONG_DETECT(PORT_TC2); in tgp_tc_port_hotplug_long_detect()1452 return val & ICP_TC_HPD_LONG_DETECT(PORT_TC3); in tgp_tc_port_hotplug_long_detect()1454 return val & ICP_TC_HPD_LONG_DETECT(PORT_TC4); in tgp_tc_port_hotplug_long_detect()1456 return val & ICP_TC_HPD_LONG_DETECT(PORT_TC5); in tgp_tc_port_hotplug_long_detect()1458 return val & ICP_TC_HPD_LONG_DETECT(PORT_TC6); in tgp_tc_port_hotplug_long_detect()
8047 #define ICP_TC_HPD_LONG_DETECT(tc_port) (2 << (tc_port) * 4) macro