central_freq     1117 drivers/gpu/drm/i915/display/intel_dpll_mgr.c 	u64 central_freq;		/* chosen central freq */
central_freq     1134 drivers/gpu/drm/i915/display/intel_dpll_mgr.c 				  u64 central_freq,
central_freq     1140 drivers/gpu/drm/i915/display/intel_dpll_mgr.c 	deviation = div64_u64(10000 * abs_diff(dco_freq, central_freq),
central_freq     1141 drivers/gpu/drm/i915/display/intel_dpll_mgr.c 			      central_freq);
central_freq     1144 drivers/gpu/drm/i915/display/intel_dpll_mgr.c 	if (dco_freq >= central_freq) {
central_freq     1148 drivers/gpu/drm/i915/display/intel_dpll_mgr.c 			ctx->central_freq = central_freq;
central_freq     1156 drivers/gpu/drm/i915/display/intel_dpll_mgr.c 		ctx->central_freq = central_freq;
central_freq     1218 drivers/gpu/drm/i915/display/intel_dpll_mgr.c 	u32 central_freq;
central_freq     1223 drivers/gpu/drm/i915/display/intel_dpll_mgr.c 				      u64 central_freq,
central_freq     1228 drivers/gpu/drm/i915/display/intel_dpll_mgr.c 	switch (central_freq) {
central_freq     1230 drivers/gpu/drm/i915/display/intel_dpll_mgr.c 		params->central_freq = 0;
central_freq     1233 drivers/gpu/drm/i915/display/intel_dpll_mgr.c 		params->central_freq = 1;
central_freq     1236 drivers/gpu/drm/i915/display/intel_dpll_mgr.c 		params->central_freq = 3;
central_freq     1355 drivers/gpu/drm/i915/display/intel_dpll_mgr.c 	skl_wrpll_params_populate(wrpll_params, afe_clock, ctx.central_freq,
central_freq     1386 drivers/gpu/drm/i915/display/intel_dpll_mgr.c 		wrpll_params.central_freq;