Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/video/fbdev/omap2/dss/
Dhdmi_pll.c46 unsigned long min_dco; in hdmi_pll_compute() local
62 min_dco = roundup(hw->clkdco_min, fint); in hdmi_pll_compute()
63 m2 = DIV_ROUND_UP(min_dco, target_bitclk); in hdmi_pll_compute()