Searched refs:DP_PIPE_SEL (Results 1 – 3 of 3) sorted by relevance
819 DP |= DP_PIPE_SEL(pipe); in vlv_power_sequencer_kick()2871 intel_dp->DP |= DP_PIPE_SEL(crtc->pipe); in intel_dp_prepare()4564 DP |= DP_PORT_EN | DP_PIPE_SEL(PIPE_A) | in intel_dp_link_down()
18716 (val & DP_PIPE_SEL_MASK) == DP_PIPE_SEL(PIPE_A)) in ibx_sanitize_pch_dp_port()18724 val |= DP_PIPE_SEL(PIPE_A); in ibx_sanitize_pch_dp_port()
5691 #define DP_PIPE_SEL(pipe) ((pipe) << 30) macro