Searched refs:time_ms (Results 1 - 5 of 5) sorted by relevance

/u-boot/arch/arm/cpu/armv7/s5p-common/
H A Dtimer.c67 unsigned long long time_ms; local
80 time_ms = gd->arch.timer_reset_value;
81 do_div(time_ms, 1000);
82 return time_ms - base;
/u-boot/cmd/
H A Dcyclic.c35 uint time_ms; local
46 time_ms = simple_strtoul(argv[1], NULL, 0);
50 cyclic = cyclic_register(cyclic_demo, time_ms * 1000, "cyclic_demo",
56 "cyclic_demo", time_ms);
H A Dsf.c436 unsigned time_ms[STAGE_COUNT]; member in struct:test_info
445 if (test->time_ms[stage])
446 do_div(speed, test->time_ms[stage] * 1024);
450 stage_name[stage], test->time_ms[stage],
456 test->time_ms[test->stage] = get_timer(test->base_ms);
/u-boot/drivers/watchdog/
H A Dmeson_gxbb_wdt.c57 static int amlogic_wdt_start(struct udevice *dev, u64 time_ms, ulong flags) argument
64 return amlogic_wdt_set_timeout(dev, time_ms);
/u-boot/drivers/net/
H A Dmv88e6xxx.c452 int time_ms; local
481 for (time_ms = 1000; time_ms; time_ms--) {
487 if (!time_ms)

Completed in 101 milliseconds