Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/cpu/armv7/iproc-common/
H A Dtimer.c69 uint64_t cur_tick, end_tick; in __udelay() local
83 end_tick = tim_clk; in __udelay()
84 end_tick *= usec; in __udelay()
85 end_tick += cur_tick; in __udelay()
90 } while (cur_tick < end_tick); in __udelay()
/openbmc/u-boot/arch/powerpc/cpu/mpc8xxx/
H A Dsrio.c78 unsigned long long end_tick; in srio_erratum_a004034() local
101 end_tick = usec2ticks(2000) + get_ticks(); in srio_erratum_a004034()
114 } while (end_tick > get_ticks()); in srio_erratum_a004034()
211 end_tick = usec2ticks(1000000) + get_ticks(); in srio_erratum_a004034()
222 } while (end_tick > get_ticks()); in srio_erratum_a004034()
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dfsl_corenet_serdes.c466 unsigned long long end_tick; in wait_for_rstdone() local
470 end_tick = usec2ticks(1000000) + get_ticks(); in wait_for_rstdone()
475 } while (end_tick > get_ticks()); in wait_for_rstdone()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h583 unsigned long long end_tick = 0; \
610 end_tick = dm_get_timestamp(dc->ctx); \
611 dc->debug.bw_val_profile.total_ticks += end_tick - start_tick; \
615 dc->debug.bw_val_profile.rq_dlg_ticks += end_tick - watermark_tick; \