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