Home
last modified time | relevance | path

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

/linux-6.12.1/sound/pci/ctxfi/
Dcttimer.c142 #define MAX_TICKS ((1 << 13) - 1) macro
147 if (ticks > MAX_TICKS) in ct_xfitimer_irq_rearm()
148 ticks = MAX_TICKS; in ct_xfitimer_irq_rearm()
/linux-6.12.1/arch/powerpc/sysdev/
Dmpic_timer.c41 #define MAX_TICKS (~0U >> 1) macro
171 const u64 max_ticks = (u64)MAX_TICKS * (u64)MAX_TICKS_CASCADE; in get_cascade_timer()
206 if (ticks > MAX_TICKS) { in get_timer()