Home
last modified time | relevance | path

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

/drivers/video/fbdev/omap2/omapfb/dss/
Dpll.c162 int n, n_start, n_stop; in dss_pll_calc() local
174 n_stop = min((unsigned)(clkin / fint_hw_min), hw->n_max); in dss_pll_calc()
178 for (n = n_start; n <= n_stop; ++n) { in dss_pll_calc()
/drivers/gpu/drm/omapdrm/dss/
Dpll.c218 int n, n_start, n_stop; in dss_pll_calc_a() local
230 n_stop = min((unsigned)(clkin / fint_hw_min), hw->n_max); in dss_pll_calc_a()
234 for (n = n_start; n <= n_stop; ++n) { in dss_pll_calc_a()