Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/video/fbdev/omap2/omapfb/dss/
A Dhdmi_pll.c43 unsigned long target_bitclk, target_clkdco; in hdmi_pll_compute() local
53 target_bitclk = target_tmds * 10; in hdmi_pll_compute()
61 m2 = DIV_ROUND_UP(min_dco, target_bitclk); in hdmi_pll_compute()
65 target_clkdco = target_bitclk * m2; in hdmi_pll_compute()

Completed in 3 milliseconds