Searched refs:DVO_ENABLE (Results 1 – 2 of 2) sorted by relevance
142 if (!(tmp & DVO_ENABLE)) in intel_dvo_connector_get_hw_state()159 return tmp & DVO_ENABLE; in intel_dvo_get_hw_state()196 I915_WRITE(dvo_reg, temp & ~DVO_ENABLE); in intel_disable_dvo()213 I915_WRITE(dvo_reg, temp | DVO_ENABLE); in intel_enable_dvo()
4564 #define DVO_ENABLE (1 << 31) macro