Searched refs:n_stop (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/gpu/drm/omapdrm/dss/ |
D | pll.c | 210 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-5.19.10/drivers/video/fbdev/omap2/omapfb/dss/ |
D | pll.c | 151 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-5.19.10/drivers/net/wireless/realtek/rtw89/ |
D | coex.c | 5418 u16 i, diff_t, n_start = 0, n_stop = 0; in _show_fbtc_step() local 5438 n_stop = pos_new; in _show_fbtc_step() 5440 n_stop = btc->ctrl.trace_step - 1; in _show_fbtc_step() 5445 for (i = n_start; i <= n_stop; i++) { in _show_fbtc_step() 5469 n_stop = pos_new; in _show_fbtc_step()
|