Searched refs:I915_NUM_PLLS (Results 1 – 4 of 4) sorted by relevance
176 #define I915_NUM_PLLS 9 macro
116 struct intel_shared_dpll shared_dplls[I915_NUM_PLLS];
646 struct intel_shared_dpll_state shared_dpll[I915_NUM_PLLS];
337 drm_WARN_ON(&dev_priv->drm, dpll_mask & ~(BIT(I915_NUM_PLLS) - 1)); in intel_find_shared_dpll()339 for_each_set_bit(i, &dpll_mask, I915_NUM_PLLS) { in intel_find_shared_dpll()