Searched refs:n_start (Results 1 – 11 of 11) sorted by relevance
/openbmc/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()
|
/openbmc/linux/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() 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()
|
/openbmc/linux/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()
|
/openbmc/linux/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()
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
H A D | vmm.h | 188 u64 n_start = vmm->managed.n.addr; in nvkm_vmm_in_managed_range() local 189 u64 n_end = n_start + vmm->managed.n.size; in nvkm_vmm_in_managed_range() 195 if (start >= n_start && end <= n_end) in nvkm_vmm_in_managed_range()
|
/openbmc/linux/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()
|
/openbmc/qemu/block/ |
H A D | qcow.c | 360 int compressed_size, int n_start, int n_end, in get_cluster_offset() argument 443 assert(QEMU_IS_ALIGNED(n_start | n_end, BDRV_SECTOR_SIZE)); in get_cluster_offset() 446 (n_end - n_start) < s->cluster_size) { in get_cluster_offset() 485 (n_end - n_start) < s->cluster_size) { in get_cluster_offset() 490 if (i < n_start || i >= n_end) { in get_cluster_offset()
|
/openbmc/qemu/accel/tcg/ |
H A D | user-exec.c | 890 target_ulong n_start, n_last, p_ofs, p_len; in page_reset_target_data() local 900 n_start = start; in page_reset_target_data() 903 n_start = n->start; in page_reset_target_data() 907 p_len = (n_last + 1 - n_start) >> TARGET_PAGE_BITS; in page_reset_target_data()
|
/openbmc/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | coex.c | 7533 u16 i, diff_t, n_start = 0, n_stop = 0; in _show_fbtc_step_v2() local 7551 n_start = pos_old; in _show_fbtc_step_v2() 7560 for (i = n_start; i <= n_stop; i++) { in _show_fbtc_step_v2() 7582 if (pos_new < pos_old && n_start != 0) { in _show_fbtc_step_v2() 7583 n_start = 0; in _show_fbtc_step_v2()
|