Searched refs:MAX_TICKS (Results 1 – 2 of 2) sorted by relevance
142 #define MAX_TICKS ((1 << 13) - 1) macro147 if (ticks > MAX_TICKS) in ct_xfitimer_irq_rearm()148 ticks = MAX_TICKS; in ct_xfitimer_irq_rearm()
41 #define MAX_TICKS (~0U >> 1) macro171 const u64 max_ticks = (u64)MAX_TICKS * (u64)MAX_TICKS_CASCADE; in get_cascade_timer()206 if (ticks > MAX_TICKS) { in get_timer()