Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/
Dhdmi_pll.c46 unsigned long target_bitclk, target_clkdco; in hdmi_pll_compute() local
68 target_clkdco = target_bitclk * m2; in hdmi_pll_compute()
69 m = target_clkdco / fint; in hdmi_pll_compute()
74 if (WARN_ON(target_clkdco - clkdco > fint)) in hdmi_pll_compute()
77 mf = (u32)div_u64(262144ull * (target_clkdco - clkdco), fint); in hdmi_pll_compute()
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/
Dpll.c281 unsigned long target_clkdco; in dss_pll_calc_b() local
298 target_clkdco = target_clkout * m2; in dss_pll_calc_b()
299 m = target_clkdco / fint; in dss_pll_calc_b()
304 if (WARN_ON(target_clkdco - clkdco > fint)) in dss_pll_calc_b()
307 mf = (u32)div_u64(262144ull * (target_clkdco - clkdco), fint); in dss_pll_calc_b()