Home
last modified time | relevance | path

Searched refs:elapsed (Results 1 – 6 of 6) sorted by relevance

/rk3399_rockchip-uboot/test/py/tests/
H A Dtest_sleep.py19 elapsed = tend - tstart
20 assert elapsed >= sleep_time
23 assert elapsed < (sleep_time + 0.25)
/rk3399_rockchip-uboot/arch/arm/mach-imx/
H A Di2c-mxv7.c19 ulong elapsed, start_time; in force_idle_bus() local
50 elapsed = get_timer(start_time); in force_idle_bus()
51 if (elapsed > (CONFIG_SYS_HZ / 5)) { /* .2 seconds */ in force_idle_bus()
/rk3399_rockchip-uboot/drivers/i2c/
H A Dmxc_i2c.c197 ulong elapsed; in wait_for_sr_state() local
219 elapsed = get_timer(start_time); in wait_for_sr_state()
220 if (elapsed > (CONFIG_SYS_HZ / 10)) /* .1 seconds */ in wait_for_sr_state()
359 ulong elapsed, start_time; in i2c_idle_bus() local
398 elapsed = get_timer(start_time); in i2c_idle_bus()
399 if (elapsed > (CONFIG_SYS_HZ / 5)) { /* .2 seconds */ in i2c_idle_bus()
/rk3399_rockchip-uboot/doc/
H A DREADME.multi-dtb-fit64 Note: SPL boot time is the time elapsed between the 'reset' command is entered
/rk3399_rockchip-uboot/cmd/
H A DKconfig1281 bool "gettime - read elapsed time"
1283 Enable the 'gettime' command which reads the elapsed time since
/rk3399_rockchip-uboot/common/
H A DKconfig10 record elapsed time in a particular stage using bootstage_start()