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)) : \
50 #define UDELAY_MULT (2147UL * HZ + 483648UL * HZ / 1000000UL) macro91 unsigned long ucycles = usecs * lpj_fine * UDELAY_MULT; in udelay()
17 .LC1: .word UDELAY_MULT28 mul r0, r2, r0 @ r0 = delay_us * UDELAY_MULT
74 __timer_const_udelay(usecs * UDELAY_MULT); in __timer_udelay()