Home
last modified time | relevance | path

Searched refs:ICP_TC_HPD_LONG_DETECT (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/i915/
Di915_irq.c1082 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()
Di915_reg.h8414 #define ICP_TC_HPD_LONG_DETECT(tc_port) (2 << (tc_port) * 4) macro