Searched refs:n_stop (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/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-6.1.9/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-6.1.9/drivers/net/wireless/realtek/rtw89/ ! |
D | coex.c | 6526 u16 i, diff_t, n_start = 0, n_stop = 0; in _show_fbtc_step() local 6546 n_stop = pos_new; in _show_fbtc_step() 6548 n_stop = btc->ctrl.trace_step - 1; in _show_fbtc_step() 6553 for (i = n_start; i <= n_stop; i++) { in _show_fbtc_step() 6577 n_stop = pos_new; in _show_fbtc_step()
|