Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/omapdrm/dss/
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-6.3-rc2/drivers/video/fbdev/omap2/omapfb/dss/
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-6.3-rc2/drivers/net/wireless/realtek/rtw89/
A Dcoex.c6881 u16 i, diff_t, n_start = 0, n_stop = 0; in _show_fbtc_step_v2() local
6901 n_stop = pos_new; in _show_fbtc_step_v2()
6903 n_stop = btc->ctrl.trace_step - 1; in _show_fbtc_step_v2()
6908 for (i = n_start; i <= n_stop; i++) { in _show_fbtc_step_v2()
6932 n_stop = pos_new; in _show_fbtc_step_v2()

Completed in 17 milliseconds