Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/video/fbdev/omap2/dss/
Dhdmi_pll.c45 unsigned long target_bitclk, target_clkdco; in hdmi_pll_compute() local
67 target_clkdco = target_bitclk * m2; in hdmi_pll_compute()
68 m = target_clkdco / fint; in hdmi_pll_compute()
73 if (WARN_ON(target_clkdco - clkdco > fint)) in hdmi_pll_compute()
76 mf = (u32)div_u64(262144ull * (target_clkdco - clkdco), fint); in hdmi_pll_compute()