Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/video/fbdev/omap2/dss/
Dhdmi_pll.c45 unsigned long target_bitclk, target_clkdco; in hdmi_pll_compute() local
55 target_bitclk = target_tmds * 10; in hdmi_pll_compute()
63 m2 = DIV_ROUND_UP(min_dco, target_bitclk); in hdmi_pll_compute()
67 target_clkdco = target_bitclk * m2; in hdmi_pll_compute()