Home
last modified time | relevance | path

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

/linux-6.1.9/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()
/linux-6.1.9/drivers/gpu/drm/omapdrm/dss/
Dpll.c276 unsigned long target_clkdco; in dss_pll_calc_b() local
293 target_clkdco = target_clkout * m2; in dss_pll_calc_b()
294 m = target_clkdco / fint; in dss_pll_calc_b()
299 if (WARN_ON(target_clkdco - clkdco > fint)) in dss_pll_calc_b()
302 mf = (u32)div_u64(262144ull * (target_clkdco - clkdco), fint); in dss_pll_calc_b()