Searched refs:SDVO_ENABLE (Results 1 – 5 of 5) sorted by relevance
56 enabled_bits = HAS_DDI(dev_priv) ? DDI_BUF_CTL_ENABLE : SDVO_ENABLE; in assert_hdmi_port_disabled()1268 temp |= SDVO_ENABLE; in g4x_enable_hdmi()1290 temp |= SDVO_ENABLE; in ibx_enable_hdmi()1312 I915_WRITE(intel_hdmi->hdmi_reg, temp & ~SDVO_ENABLE); in ibx_enable_hdmi()1342 temp |= SDVO_ENABLE; in cpt_enable_hdmi()1404 temp &= ~(SDVO_ENABLE | SDVO_AUDIO_ENABLE); in intel_disable_hdmi()1422 temp |= SDVO_ENABLE | SDVO_PIPE_SEL(PIPE_A); in intel_disable_hdmi()1432 temp &= ~SDVO_ENABLE; in intel_disable_hdmi()
1422 return val & SDVO_ENABLE; in intel_sdvo_port_enabled()1548 temp &= ~SDVO_ENABLE; in intel_disable_sdvo()1565 temp |= SDVO_ENABLE | SDVO_PIPE_SEL(PIPE_A); in intel_disable_sdvo()1568 temp &= ~SDVO_ENABLE; in intel_disable_sdvo()1604 temp |= SDVO_ENABLE; in intel_enable_sdvo()
4427 #define SDVO_ENABLE (1 << 31) macro
1131 if ((temp & SDVO_ENABLE) != 0) { in psb_intel_sdvo_dpms()1132 psb_intel_sdvo_write_sdvox(psb_intel_sdvo, temp & ~SDVO_ENABLE); in psb_intel_sdvo_dpms()1144 if ((temp & SDVO_ENABLE) == 0) in psb_intel_sdvo_dpms()1145 psb_intel_sdvo_write_sdvox(psb_intel_sdvo, temp | SDVO_ENABLE); in psb_intel_sdvo_dpms()
415 #define SDVO_ENABLE (1 << 31) macro