Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/i915/
Di915_irq.c1165 return val & ICP_TC_HPD_LONG_DETECT(pin); in icp_tc_port_hotplug_long_detect()
Di915_reg.h6046 #define ICP_TC_HPD_LONG_DETECT(hpd_pin) (2 << (_HPD_PIN_TC(hpd_pin) * 4)) macro