Home
last modified time | relevance | path

Searched refs:target_bitclk (Results 1 – 1 of 1) 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
56 target_bitclk = target_tmds * 10; in hdmi_pll_compute()
64 m2 = DIV_ROUND_UP(min_dco, target_bitclk); in hdmi_pll_compute()
68 target_clkdco = target_bitclk * m2; in hdmi_pll_compute()