Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/video/fbdev/omap2/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()