Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/
Dhdmi_pll.c43 unsigned long target_bitclk, target_clkdco; in hdmi_pll_compute() local
65 target_clkdco = target_bitclk * m2; in hdmi_pll_compute()
66 m = target_clkdco / fint; in hdmi_pll_compute()
71 if (WARN_ON(target_clkdco - clkdco > fint)) in hdmi_pll_compute()
74 mf = (u32)div_u64(262144ull * (target_clkdco - clkdco), fint); in hdmi_pll_compute()
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/
Dpll.c270 unsigned long target_clkdco; in dss_pll_calc_b() local
287 target_clkdco = target_clkout * m2; in dss_pll_calc_b()
288 m = target_clkdco / fint; in dss_pll_calc_b()
293 if (WARN_ON(target_clkdco - clkdco > fint)) in dss_pll_calc_b()
296 mf = (u32)div_u64(262144ull * (target_clkdco - clkdco), fint); in dss_pll_calc_b()