Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/omapdrm/dss/
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-v6.6/drivers/video/fbdev/omap2/omapfb/dss/
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-v6.6/drivers/net/wireless/realtek/rtw89/
Dcoex.c7533 u16 i, diff_t, n_start = 0, n_stop = 0; in _show_fbtc_step_v2() local
7553 n_stop = pos_new; in _show_fbtc_step_v2()
7555 n_stop = btc->ctrl.trace_step - 1; in _show_fbtc_step_v2()
7560 for (i = n_start; i <= n_stop; i++) { in _show_fbtc_step_v2()
7584 n_stop = pos_new; in _show_fbtc_step_v2()