Searched refs:SDVO_ENABLE (Results 1 – 6 of 6) sorted by relevance
73 enabled_bits = HAS_DDI(dev_priv) ? DDI_BUF_CTL_ENABLE : SDVO_ENABLE; in assert_hdmi_port_disabled()1866 temp |= SDVO_ENABLE; in g4x_enable_hdmi()1888 temp |= SDVO_ENABLE; in ibx_enable_hdmi()1910 I915_WRITE(intel_hdmi->hdmi_reg, temp & ~SDVO_ENABLE); in ibx_enable_hdmi()1940 temp |= SDVO_ENABLE; in cpt_enable_hdmi()2002 temp &= ~(SDVO_ENABLE | HDMI_AUDIO_ENABLE); in intel_disable_hdmi()2020 temp |= SDVO_ENABLE | SDVO_PIPE_SEL(PIPE_A); in intel_disable_hdmi()2030 temp &= ~SDVO_ENABLE; in intel_disable_hdmi()
1577 return val & SDVO_ENABLE; in intel_sdvo_port_enabled()1739 temp &= ~SDVO_ENABLE; in intel_disable_sdvo()1756 temp |= SDVO_ENABLE | SDVO_PIPE_SEL(PIPE_A); in intel_disable_sdvo()1759 temp &= ~SDVO_ENABLE; in intel_disable_sdvo()1795 temp |= SDVO_ENABLE; in intel_enable_sdvo()
16883 if (val & SDVO_ENABLE || in ibx_sanitize_pch_hdmi_port()
1132 if ((temp & SDVO_ENABLE) != 0) { in psb_intel_sdvo_dpms()1133 psb_intel_sdvo_write_sdvox(psb_intel_sdvo, temp & ~SDVO_ENABLE); in psb_intel_sdvo_dpms()1145 if ((temp & SDVO_ENABLE) == 0) in psb_intel_sdvo_dpms()1146 psb_intel_sdvo_write_sdvox(psb_intel_sdvo, temp | SDVO_ENABLE); in psb_intel_sdvo_dpms()
403 #define SDVO_ENABLE (1 << 31) macro
4504 #define SDVO_ENABLE (1 << 31) macro