Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/i915/display/
Dintel_hotplug_irq.c264 return val & ICP_TC_HPD_LONG_DETECT(pin); in icp_tc_port_hotplug_long_detect()
/Linux-v6.6/drivers/gpu/drm/i915/
Di915_reg.h4937 #define ICP_TC_HPD_LONG_DETECT(hpd_pin) (2 << (_HPD_PIN_TC(hpd_pin) * 4)) macro