Home
last modified time | relevance | path

Searched refs:PORT_TRANS_SEL_CPT (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/dev/drm2/i915/
HDintel_crt.c176 adpa |= PORT_TRANS_SEL_CPT(intel_crtc->pipe); in intel_crt_mode_set()
HDintel_hdmi.c384 sdvox |= PORT_TRANS_SEL_CPT(intel_crtc->pipe); in intel_hdmi_mode_set()
HDintel_display.c1203 if ((val & PORT_TRANS_SEL_MASK) != PORT_TRANS_SEL_CPT(pipe)) in hdmi_pipe_enabled()
1219 if ((val & PORT_TRANS_SEL_MASK) != PORT_TRANS_SEL_CPT(pipe)) in lvds_pipe_enabled()
1234 if ((val & PORT_TRANS_SEL_MASK) != PORT_TRANS_SEL_CPT(pipe)) in adpa_pipe_enabled()
4617 temp |= PORT_TRANS_SEL_CPT(pipe); in ironlake_crtc_mode_set()
HDi915_reg.h4185 #define PORT_TRANS_SEL_CPT(pipe) ((pipe) << 29) macro