Searched refs:n_start (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/u-boot/post/drivers/ |
| H A D | flash.c | 56 int ret, n, n_start, n_end; in flash_post_test() local 65 n_start = CONFIG_SYS_POST_FLASH_START; in flash_post_test() 68 for (n = n_start; n < n_end; ++n) { in flash_post_test()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/dss/ |
| H A D | pll.c | 210 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() 226 swap(n_start, n_stop); in dss_pll_calc_a() 232 for (n = n_start; n != n_stop; n += n_inc) { in dss_pll_calc_a()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/dss/ |
| H A D | pll.c | 151 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()
|
| /OK3568_Linux_fs/kernel/drivers/clk/sunxi/ |
| H A D | clk-factors.h | 19 u8 n_start; member
|
| H A D | clk-sunxi.c | 433 .n_start = 1, 445 .n_start = 1, 460 .n_start = 1,
|
| H A D | clk-factors.c | 83 rate = (parent_rate * (n + config->n_start) * (k + 1) >> p) / (m + 1); in clk_factors_recalc_rate()
|
| /OK3568_Linux_fs/kernel/drivers/clk/ |
| H A D | clk-stm32f4.c | 518 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()
|