Home
last modified time | relevance | path

Searched refs:MAX_TICKS (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/sound/pci/ctxfi/
Dcttimer.c146 #define MAX_TICKS ((1 << 13) - 1) macro
151 if (ticks > MAX_TICKS) in ct_xfitimer_irq_rearm()
152 ticks = MAX_TICKS; in ct_xfitimer_irq_rearm()
/linux-4.4.14/arch/powerpc/sysdev/
Dmpic_timer.c46 #define MAX_TICKS (~0U >> 1) macro
207 const u64 max_ticks = (u64)MAX_TICKS * (u64)MAX_TICKS_CASCADE; in get_cascade_timer()
242 if (ticks > MAX_TICKS) { in get_timer()