Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/omapdrm/dss/
H A Dpll.c210 int n, n_start, n_stop, n_inc; in dss_pll_calc_a() local
222 n_stop = min((unsigned)(clkin / fint_hw_min), hw->n_max); in dss_pll_calc_a()
225 if (n_start > n_stop) in dss_pll_calc_a()
229 swap(n_start, n_stop); in dss_pll_calc_a()
235 for (n = n_start; n != n_stop; n += n_inc) { in dss_pll_calc_a()
/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Dpll.c151 int n, n_start, n_stop; in dss_pll_calc() local
163 n_stop = min((unsigned)(clkin / fint_hw_min), hw->n_max); in dss_pll_calc()
167 for (n = n_start; n <= n_stop; ++n) { in dss_pll_calc()
/linux/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c9839 u16 i, diff_t, n_start = 0, n_stop = 0; in _show_fbtc_step_v2() local
9864 n_stop = pos_new; in _show_fbtc_step_v2()
9866 n_stop = trace_step - 1; in _show_fbtc_step_v2()
9871 for (i = n_start; i <= n_stop; i++) { in _show_fbtc_step_v2()
9895 n_stop = pos_new; in _show_fbtc_step_v2()