Searched refs:elapsed (Results 1 – 6 of 6) sorted by relevance
19 elapsed = tend - tstart20 assert elapsed >= sleep_time23 assert elapsed < (sleep_time + 0.25)
19 ulong elapsed, start_time; in force_idle_bus() local50 elapsed = get_timer(start_time); in force_idle_bus()51 if (elapsed > (CONFIG_SYS_HZ / 5)) { /* .2 seconds */ in force_idle_bus()
197 ulong elapsed; in wait_for_sr_state() local219 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() local398 elapsed = get_timer(start_time); in i2c_idle_bus()399 if (elapsed > (CONFIG_SYS_HZ / 5)) { /* .2 seconds */ in i2c_idle_bus()
64 Note: SPL boot time is the time elapsed between the 'reset' command is entered
1281 bool "gettime - read elapsed time"1283 Enable the 'gettime' command which reads the elapsed time since
10 record elapsed time in a particular stage using bootstage_start()