Searched refs:SDVO_ENABLE (Results 1 – 2 of 2) 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