Searched refs:SDVO_ENABLE (Results 1 – 5 of 5) sorted by relevance
278 u32 enable_bits = SDVO_ENABLE; in intel_hdmi_dpms()289 I915_WRITE(intel_hdmi->sdvox_reg, temp & ~SDVO_ENABLE); in intel_hdmi_dpms()
1160 if ((temp & SDVO_ENABLE) != 0) { in intel_sdvo_dpms()1161 intel_sdvo_write_sdvox(intel_sdvo, temp & ~SDVO_ENABLE); in intel_sdvo_dpms()1170 if ((temp & SDVO_ENABLE) == 0) in intel_sdvo_dpms()1171 intel_sdvo_write_sdvox(intel_sdvo, temp | SDVO_ENABLE); in intel_sdvo_dpms()
1520 #define SDVO_ENABLE (1 << 31) macro
1109 if ((temp & SDVO_ENABLE) != 0) { in psb_intel_sdvo_dpms()1110 psb_intel_sdvo_write_sdvox(psb_intel_sdvo, temp & ~SDVO_ENABLE); in psb_intel_sdvo_dpms()1119 if ((temp & SDVO_ENABLE) == 0) in psb_intel_sdvo_dpms()1120 psb_intel_sdvo_write_sdvox(psb_intel_sdvo, temp | SDVO_ENABLE); in psb_intel_sdvo_dpms()
378 #define SDVO_ENABLE (1 << 31) macro