Searched refs:MAX_TICKS (Results 1 – 2 of 2) sorted by relevance
146 #define MAX_TICKS ((1 << 13) - 1) macro151 if (ticks > MAX_TICKS) in ct_xfitimer_irq_rearm()152 ticks = MAX_TICKS; in ct_xfitimer_irq_rearm()
46 #define MAX_TICKS (~0U >> 1) macro207 const u64 max_ticks = (u64)MAX_TICKS * (u64)MAX_TICKS_CASCADE; in get_cascade_timer()242 if (ticks > MAX_TICKS) { in get_timer()