Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_hotplug_irq.c264 return val & ICP_TC_HPD_LONG_DETECT(pin); in icp_tc_port_hotplug_long_detect()
/openbsd/sys/dev/pci/drm/i915/
H A Di915_reg.h4937 #define ICP_TC_HPD_LONG_DETECT(hpd_pin) (2 << (_HPD_PIN_TC(hpd_pin) * 4)) macro