Searched refs:iterations (Results 1 - 9 of 9) sorted by relevance

/u-boot/lib/dhry/
H A Dcmd_dhry.c17 int iterations = 1000000; local
20 iterations = dectoul(argv[1], NULL);
23 dhry(iterations);
25 dhry_per_sec = lldiv(iterations * 1000ULL, duration);
27 printf("%d iterations in %lu ms: %lu/s, %lu DMIPS\n", iterations,
35 "[iterations] - run dhrystone benchmark",
H A Ddhry.h437 * dhry() - run dhrystone for a given number of iterations
439 * @iterations: Number of iterations to run
441 void dhry(int iterations);
/u-boot/test/env/
H A Dhashtable.c62 struct hsearch_data *htab, size_t iterations)
69 for (i = 0; i < iterations; i++) {
61 htab_create_delete(struct unit_test_state *uts, struct hsearch_data *htab, size_t iterations) argument
/u-boot/drivers/ddr/marvell/a38x/
H A Dddr3_training_pbs.c44 int iterations = (pbs_mode == PBS_RX_MODE) ? 31 : 63; local
46 int init_val = (search_dir == HWS_LOW2HIGH) ? 0 : iterations;
82 tm->if_act_mask, init_val, iterations,
213 iterations, pbs_pattern,
387 iterations = 31;
389 /* !!!!! ran sh (search_dir == HWS_LOW2HIGH)?0:iterations; */
396 iterations, pbs_pattern, search_edge,
476 init_val = (search_dir == HWS_LOW2HIGH) ? 0 : iterations;
523 init_val, iterations,
613 iterations
[all...]
/u-boot/arch/arm/mach-omap2/omap5/
H A Dsdram.c703 const struct read_write_regs *get_bug_regs(u32 *iterations) argument
713 *iterations = sizeof(omap5_bug_00339_regs)/
726 *iterations = sizeof(dra_bug_00339_regs)/
/u-boot/arch/arm/mach-omap2/omap4/
H A Dsdram_elpida.c321 __weak const struct read_write_regs *get_bug_regs(u32 *iterations) argument
/u-boot/arch/arm/mach-omap2/
H A Demif-common.c1476 u32 iterations; local
1483 bug_00339_regs = get_bug_regs(&iterations);
1490 for (i = 0; i < iterations; i++) {
/u-boot/fs/yaffs2/
H A Dyaffs_guts.c2639 int iterations; local
2690 iterations = n_blocks;
2708 iterations = n_blocks / 16 + 1;
2709 if (iterations > 100)
2710 iterations = 100;
2714 i < iterations &&
/u-boot/arch/arm/include/asm/
H A Demif.h1302 const struct read_write_regs *get_bug_regs(u32 *iterations);

Completed in 88 milliseconds