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