Home
last modified time | relevance | path

Searched refs:end_tick (Results 1 – 4 of 4) sorted by relevance

/u-boot/arch/arm/cpu/armv7/iproc-common/
A Dtimer.c72 uint64_t cur_tick, end_tick; in __udelay() local
86 end_tick = tim_clk; in __udelay()
87 end_tick *= usec; in __udelay()
88 end_tick += cur_tick; in __udelay()
93 } while (cur_tick < end_tick); in __udelay()
/u-boot/arch/powerpc/cpu/mpc8xxx/
A Dsrio.c81 unsigned long long end_tick; in srio_erratum_a004034() local
104 end_tick = usec2ticks(2000) + get_ticks(); in srio_erratum_a004034()
117 } while (end_tick > get_ticks()); in srio_erratum_a004034()
214 end_tick = usec2ticks(1000000) + get_ticks(); in srio_erratum_a004034()
225 } while (end_tick > get_ticks()); in srio_erratum_a004034()
/u-boot/arch/powerpc/cpu/mpc85xx/
A Dfsl_corenet_serdes.c470 unsigned long long end_tick; in wait_for_rstdone() local
474 end_tick = usec2ticks(1000000) + get_ticks(); in wait_for_rstdone()
479 } while (end_tick > get_ticks()); in wait_for_rstdone()
/u-boot/lib/efi_loader/
A Defi_boottime.c2243 u64 end_tick; in efi_stall() local
2247 end_tick = get_ticks() + usec_to_tick(microseconds); in efi_stall()
2248 while (get_ticks() < end_tick) in efi_stall()

Completed in 12 milliseconds