Home
last modified time | relevance | path

Searched refs:n_start (Results 1 – 7 of 7) 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
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-6.3-rc2/drivers/video/fbdev/omap2/omapfb/dss/
A 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-6.3-rc2/drivers/clk/sunxi/
A Dclk-factors.h19 u8 n_start; member
A Dclk-sunxi.c433 .n_start = 1,
445 .n_start = 1,
460 .n_start = 1,
A Dclk-factors.c83 rate = (parent_rate * (n + config->n_start) * (k + 1) >> p) / (m + 1); in clk_factors_recalc_rate()
/linux-6.3-rc2/drivers/clk/
A 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-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
6899 n_start = pos_old; in _show_fbtc_step_v2()
6908 for (i = n_start; i <= n_stop; i++) { in _show_fbtc_step_v2()
6930 if (pos_new < pos_old && n_start != 0) { in _show_fbtc_step_v2()
6931 n_start = 0; in _show_fbtc_step_v2()

Completed in 27 milliseconds