Searched refs:DP_PIPE_SEL (Results 1 – 4 of 4) sorted by relevance
180 intel_dp->DP |= DP_PIPE_SEL(crtc->pipe); in intel_dp_prepare()468 DP |= DP_PORT_EN | DP_PIPE_SEL(PIPE_A) | in intel_dp_link_down()
79 DP |= DP_PIPE_SEL(pipe); in vlv_power_sequencer_kick()
13340 (val & DP_PIPE_SEL_MASK) == DP_PIPE_SEL(PIPE_A)) in ibx_sanitize_pch_dp_port()13348 val |= DP_PIPE_SEL(PIPE_A); in ibx_sanitize_pch_dp_port()
5879 #define DP_PIPE_SEL(pipe) ((pipe) << 30) macro