Searched refs:SDVO_ENABLE (Results 1 – 7 of 7) sorted by relevance
226 temp |= SDVO_ENABLE; in g4x_hdmi_enable_port()260 temp |= SDVO_ENABLE; in ibx_enable_hdmi()283 temp & ~SDVO_ENABLE); in ibx_enable_hdmi()315 temp |= SDVO_ENABLE; in cpt_enable_hdmi()383 temp &= ~(SDVO_ENABLE | HDMI_AUDIO_ENABLE); in intel_disable_hdmi()401 temp |= SDVO_ENABLE | SDVO_PIPE_SEL(PIPE_A); in intel_disable_hdmi()411 temp &= ~SDVO_ENABLE; in intel_disable_hdmi()
1656 return val & SDVO_ENABLE; in intel_sdvo_port_enabled()1818 temp &= ~SDVO_ENABLE; in intel_disable_sdvo()1835 temp |= SDVO_ENABLE | SDVO_PIPE_SEL(PIPE_A); in intel_disable_sdvo()1838 temp &= ~SDVO_ENABLE; in intel_disable_sdvo()1877 temp |= SDVO_ENABLE; in intel_enable_sdvo()
118 if (val & SDVO_ENABLE || in ibx_sanitize_pch_hdmi_port()
73 enabled_bits = HAS_DDI(dev_priv) ? DDI_BUF_CTL_ENABLE : SDVO_ENABLE; in assert_hdmi_port_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()
403 #define SDVO_ENABLE (1 << 31) macro
2257 #define SDVO_ENABLE (1 << 31) macro