Searched refs:end_tick (Results 1 – 3 of 3) sorted by relevance
70 uint64_t cur_tick, end_tick; in __udelay() local84 end_tick = tim_clk; in __udelay()85 end_tick *= usec; in __udelay()86 end_tick += cur_tick; in __udelay()91 } while (cur_tick < end_tick); in __udelay()
79 unsigned long long end_tick; in srio_erratum_a004034() local102 end_tick = usec2ticks(2000) + get_ticks(); in srio_erratum_a004034()115 } while (end_tick > get_ticks()); in srio_erratum_a004034()212 end_tick = usec2ticks(1000000) + get_ticks(); in srio_erratum_a004034()223 } while (end_tick > get_ticks()); in srio_erratum_a004034()
467 unsigned long long end_tick; in wait_for_rstdone() local471 end_tick = usec2ticks(1000000) + get_ticks(); in wait_for_rstdone()476 } while (end_tick > get_ticks()); in wait_for_rstdone()