Home
last modified time | relevance | path

Searched refs:ICP_TC_HPD_LONG_DETECT (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A 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()
H A Di915_reg.h8426 #define ICP_TC_HPD_LONG_DETECT(tc_port) (2 << (tc_port) * 4) macro
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_hotplug_irq.c264 return val & ICP_TC_HPD_LONG_DETECT(pin); in icp_tc_port_hotplug_long_detect()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_reg.h4937 #define ICP_TC_HPD_LONG_DETECT(hpd_pin) (2 << (_HPD_PIN_TC(hpd_pin) * 4)) macro

Completed in 67 milliseconds