Searched refs:SDVO_ENABLE (Results 1 – 6 of 6) sorted by relevance
53 enabled_bits = HAS_DDI(dev) ? DDI_BUF_CTL_ENABLE : SDVO_ENABLE; in assert_hdmi_port_disabled()749 if (!(tmp & SDVO_ENABLE)) in intel_hdmi_get_hw_state()816 u32 enable_bits = SDVO_ENABLE; in intel_enable_hdmi()832 I915_WRITE(intel_hdmi->hdmi_reg, temp & ~SDVO_ENABLE); in intel_enable_hdmi()868 u32 enable_bits = SDVO_ENABLE | SDVO_AUDIO_ENABLE; in intel_disable_hdmi()903 I915_WRITE(intel_hdmi->hdmi_reg, temp & ~SDVO_ENABLE); in intel_disable_hdmi()
1330 if (!(tmp & SDVO_ENABLE) && (active_outputs == 0)) in intel_sdvo_get_hw_state()1440 if ((temp & SDVO_ENABLE) != 0) { in intel_disable_sdvo()1465 intel_sdvo_write_sdvox(intel_sdvo, temp & ~SDVO_ENABLE); in intel_disable_sdvo()1481 if ((temp & SDVO_ENABLE) == 0) { in intel_enable_sdvo()1487 intel_sdvo_write_sdvox(intel_sdvo, temp | SDVO_ENABLE); in intel_enable_sdvo()
2923 #define SDVO_ENABLE (1 << 31) macro
1463 if ((val & SDVO_ENABLE) == 0) in hdmi_pipe_enabled()1531 I915_STATE_WARN(HAS_PCH_IBX(dev_priv->dev) && (val & SDVO_ENABLE) == 0 in assert_pch_hdmi_disabled()
1125 if ((temp & SDVO_ENABLE) != 0) { in psb_intel_sdvo_dpms()1126 psb_intel_sdvo_write_sdvox(psb_intel_sdvo, temp & ~SDVO_ENABLE); in psb_intel_sdvo_dpms()1138 if ((temp & SDVO_ENABLE) == 0) in psb_intel_sdvo_dpms()1139 psb_intel_sdvo_write_sdvox(psb_intel_sdvo, temp | SDVO_ENABLE); in psb_intel_sdvo_dpms()
415 #define SDVO_ENABLE (1 << 31) macro