Searched refs:DVO_ENABLE (Results 1 – 2 of 2) sorted by relevance
123 if (!(tmp & DVO_ENABLE)) in intel_dvo_connector_get_hw_state()139 if (!(tmp & DVO_ENABLE)) in intel_dvo_get_hw_state()177 I915_WRITE(dvo_reg, temp & ~DVO_ENABLE); in intel_disable_dvo()193 I915_WRITE(dvo_reg, temp | DVO_ENABLE); in intel_enable_dvo()439 if (dvo_val & DVO_ENABLE) { in intel_dvo_get_current_mode()
2978 #define DVO_ENABLE (1 << 31) macro