Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/i915/
Di915_irq.c3348 return ICP_TC_HPD_ENABLE(pin); in icp_tc_hotplug_enables()
3372 hotplug &= ~(ICP_TC_HPD_ENABLE(HPD_PORT_TC1) | in icp_tc_hpd_detection_setup()
3373 ICP_TC_HPD_ENABLE(HPD_PORT_TC2) | in icp_tc_hpd_detection_setup()
3374 ICP_TC_HPD_ENABLE(HPD_PORT_TC3) | in icp_tc_hpd_detection_setup()
3375 ICP_TC_HPD_ENABLE(HPD_PORT_TC4) | in icp_tc_hpd_detection_setup()
3376 ICP_TC_HPD_ENABLE(HPD_PORT_TC5) | in icp_tc_hpd_detection_setup()
3377 ICP_TC_HPD_ENABLE(HPD_PORT_TC6)); in icp_tc_hpd_detection_setup()
Di915_reg.h6155 #define ICP_TC_HPD_ENABLE(hpd_pin) (8 << (_HPD_PIN_TC(hpd_pin) * 4)) macro