Searched refs:DP_PORT_EN (Results 1 – 4 of 4) sorted by relevance
171 intel_dp->DP |= DP_PORT_EN; in intel_dp_link_training_clock_recovery()
768 if (WARN(I915_READ(intel_dp->output_reg) & DP_PORT_EN, in vlv_power_sequencer_kick()818 I915_WRITE(intel_dp->output_reg, DP | DP_PORT_EN); in vlv_power_sequencer_kick()821 I915_WRITE(intel_dp->output_reg, DP & ~DP_PORT_EN); in vlv_power_sequencer_kick()3089 bool cur_state = I915_READ(intel_dp->output_reg) & DP_PORT_EN; in assert_dp_port()3269 ret = val & DP_PORT_EN; in intel_dp_port_enabled()3565 intel_dp->DP |= DP_PORT_EN; in intel_dp_enable_port()3584 if (WARN_ON(dp_reg & DP_PORT_EN)) in intel_enable_dp()4238 if (WARN_ON((I915_READ(intel_dp->output_reg) & DP_PORT_EN) == 0)) in intel_dp_link_down()4254 DP &= ~(DP_PORT_EN | DP_AUDIO_OUTPUT_ENABLE); in intel_dp_link_down()4273 DP |= DP_PORT_EN | DP_PIPE_SEL(PIPE_A) | in intel_dp_link_down()[all …]
18345 if (val & DP_PORT_EN || in ibx_sanitize_pch_dp_port()
5562 #define DP_PORT_EN (1 << 31) macro