Home
last modified time | relevance | path

Searched refs:central_freq (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/i915/display/
Dintel_dpll_mgr.c1295 u64 central_freq; /* chosen central freq */ member
1312 u64 central_freq, in skl_wrpll_try_divider() argument
1318 deviation = div64_u64(10000 * abs_diff(dco_freq, central_freq), in skl_wrpll_try_divider()
1319 central_freq); in skl_wrpll_try_divider()
1322 if (dco_freq >= central_freq) { in skl_wrpll_try_divider()
1326 ctx->central_freq = central_freq; in skl_wrpll_try_divider()
1334 ctx->central_freq = central_freq; in skl_wrpll_try_divider()
1396 u32 central_freq; member
1402 u64 central_freq, in skl_wrpll_params_populate() argument
1407 switch (central_freq) { in skl_wrpll_params_populate()
[all …]