Searched refs:DP_PIPE_SEL (Results 1 – 3 of 3) sorted by relevance
753 DP |= DP_PIPE_SEL(pipe); in vlv_power_sequencer_kick()2435 intel_dp->DP |= DP_PIPE_SEL(crtc->pipe); in intel_dp_prepare()4107 DP |= DP_PORT_EN | DP_PIPE_SEL(PIPE_A) | in intel_dp_link_down()
16902 (val & DP_PIPE_SEL_MASK) == DP_PIPE_SEL(PIPE_A)) in ibx_sanitize_pch_dp_port()16909 val |= DP_PIPE_SEL(PIPE_A); in ibx_sanitize_pch_dp_port()
5410 #define DP_PIPE_SEL(pipe) ((pipe) << 30) macro