Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/
Dpll.c221 int n, n_start, n_stop, n_inc; in dss_pll_calc_a() local
233 n_stop = min((unsigned)(clkin / fint_hw_min), hw->n_max); in dss_pll_calc_a()
237 swap(n_start, n_stop); in dss_pll_calc_a()
243 for (n = n_start; n != n_stop; n += n_inc) { in dss_pll_calc_a()
/Linux-v4.19/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()