Searched refs:DVO_ENABLE (Results 1 – 2 of 2) sorted by relevance
137 if (!(tmp & DVO_ENABLE)) in intel_dvo_connector_get_hw_state()154 return tmp & DVO_ENABLE; in intel_dvo_get_hw_state()192 intel_de_rmw(i915, DVO(port), DVO_ENABLE, 0); in intel_disable_dvo()209 intel_de_rmw(i915, DVO(port), 0, DVO_ENABLE); in intel_enable_dvo()
15 #define DVO_ENABLE REG_BIT(31) macro