Searched refs:UDELAY_MULT (Results 1 – 4 of 4) sorted by relevance
41 #define UDELAY_MULT UL(2147 * HZ + 483648 * HZ / 1000000) macro85 __const_udelay((n) * UDELAY_MULT)) : \
46 #define UDELAY_MULT (2147UL * HZ + 483648UL * HZ / 1000000UL) macro87 u64 ucycles = (u64)usecs * lpj_fine * UDELAY_MULT; in udelay()
18 .LC1: .word UDELAY_MULT29 mul r0, r2, r0 @ r0 = delay_us * UDELAY_MULT
62 __timer_const_udelay(usecs * UDELAY_MULT); in __timer_udelay()
Completed in 5 milliseconds