Searched refs:DP_PORT_EN (Results 1 – 6 of 6) sorted by relevance
1089 REG_WRITE(intel_dp->output_reg, (intel_dp->DP | DP_PORT_EN)); in cdv_intel_dp_mode_set()1193 if (!(dp_reg & DP_PORT_EN)) { in cdv_intel_dp_dpms()1510 DP |= DP_PORT_EN; in cdv_intel_dp_start_link_train()1685 if ((REG_READ(intel_dp->output_reg) & DP_PORT_EN) == 0) in cdv_intel_dp_link_down()1699 REG_WRITE(intel_dp->output_reg, DP & ~DP_PORT_EN); in cdv_intel_dp_link_down()
1375 #define DP_PORT_EN (1 << 31) macro
166 intel_dp->DP |= DP_PORT_EN; in intel_dp_link_training_clock_recovery()
734 if (WARN(I915_READ(intel_dp->output_reg) & DP_PORT_EN, in vlv_power_sequencer_kick()782 I915_WRITE(intel_dp->output_reg, DP | DP_PORT_EN); in vlv_power_sequencer_kick()785 I915_WRITE(intel_dp->output_reg, DP & ~DP_PORT_EN); in vlv_power_sequencer_kick()2926 bool cur_state = I915_READ(intel_dp->output_reg) & DP_PORT_EN; in assert_dp_port()3106 ret = val & DP_PORT_EN; in intel_dp_port_enabled()3402 intel_dp->DP |= DP_PORT_EN; in intel_dp_enable_port()3421 if (WARN_ON(dp_reg & DP_PORT_EN)) in intel_enable_dp()4072 if (WARN_ON((I915_READ(intel_dp->output_reg) & DP_PORT_EN) == 0)) in intel_dp_link_down()4088 DP &= ~(DP_PORT_EN | DP_AUDIO_OUTPUT_ENABLE); in intel_dp_link_down()4107 DP |= DP_PORT_EN | DP_PIPE_SEL(PIPE_A) | in intel_dp_link_down()[all …]
16901 if (val & DP_PORT_EN || in ibx_sanitize_pch_dp_port()
5401 #define DP_PORT_EN (1 << 31) macro