Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/
Dhdmi_pll.c47 unsigned long min_dco; in hdmi_pll_compute() local
63 min_dco = roundup(hw->clkdco_min, fint); in hdmi_pll_compute()
64 m2 = DIV_ROUND_UP(min_dco, target_bitclk); in hdmi_pll_compute()
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/
Dpll.c282 unsigned long min_dco; in dss_pll_calc_b() local
293 min_dco = roundup(hw->clkdco_min, fint); in dss_pll_calc_b()
294 m2 = DIV_ROUND_UP(min_dco, target_clkout); in dss_pll_calc_b()