Searched refs:SDVO_ENABLE (Results 1 – 4 of 4) sorted by relevance
1126 if ((temp & SDVO_ENABLE) != 0) { in psb_intel_sdvo_dpms()1127 psb_intel_sdvo_write_sdvox(psb_intel_sdvo, temp & ~SDVO_ENABLE); in psb_intel_sdvo_dpms()1139 if ((temp & SDVO_ENABLE) == 0) in psb_intel_sdvo_dpms()1140 psb_intel_sdvo_write_sdvox(psb_intel_sdvo, temp | SDVO_ENABLE); in psb_intel_sdvo_dpms()
403 #define SDVO_ENABLE (1 << 31) macro
1682 return val & SDVO_ENABLE; in intel_sdvo_port_enabled()1851 temp &= ~SDVO_ENABLE; in intel_disable_sdvo()1868 temp |= SDVO_ENABLE | SDVO_PIPE_SEL(PIPE_A); in intel_disable_sdvo()1871 temp &= ~SDVO_ENABLE; in intel_disable_sdvo()1911 temp |= SDVO_ENABLE; in intel_enable_sdvo()
123 if (val & SDVO_ENABLE || in ibx_sanitize_pch_hdmi_port()