Home
last modified time | relevance | path

Searched refs:n_start (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/omapdrm/dss/
Dpll.c210 int n, n_start, n_stop, n_inc; in dss_pll_calc_a() local
221 n_start = max(DIV_ROUND_UP(clkin, fint_hw_max), 1ul); 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.1/drivers/video/fbdev/omap2/omapfb/dss/
Dpll.c151 int n, n_start, n_stop; in dss_pll_calc() local
162 n_start = max(DIV_ROUND_UP(clkin, fint_hw_max), 1ul); in dss_pll_calc()
167 for (n = n_start; n <= n_stop; ++n) { in dss_pll_calc()
/Linux-v6.1/drivers/clk/sunxi/
Dclk-factors.h19 u8 n_start; member
Dclk-sunxi.c433 .n_start = 1,
445 .n_start = 1,
460 .n_start = 1,
Dclk-factors.c83 rate = (parent_rate * (n + config->n_start) * (k + 1) >> p) / (m + 1); in clk_factors_recalc_rate()
/Linux-v6.1/drivers/clk/
Dclk-stm32f4.c518 u8 n_start; member
582 u8 n_start; member
651 if (n < pll->n_start) in stm32f4_pll_round_rate()
652 n = pll->n_start; in stm32f4_pll_round_rate()
815 pll->n_start = data->n_start; in stm32f4_rcc_register_pll()
/Linux-v6.1/drivers/net/wireless/realtek/rtw89/
Dcoex.c6526 u16 i, diff_t, n_start = 0, n_stop = 0; in _show_fbtc_step() local
6544 n_start = pos_old; in _show_fbtc_step()
6553 for (i = n_start; i <= n_stop; i++) { in _show_fbtc_step()
6575 if (pos_new < pos_old && n_start != 0) { in _show_fbtc_step()
6576 n_start = 0; in _show_fbtc_step()