Home
last modified time | relevance | path

Searched refs:UDELAY_MULT (Results 1 – 4 of 4) sorted by relevance

/linux/arch/arm/include/asm/
A Ddelay.h41 #define UDELAY_MULT UL(2147 * HZ + 483648 * HZ / 1000000) macro
85 __const_udelay((n) * UDELAY_MULT)) : \
/linux/arch/riscv/lib/
A Ddelay.c46 #define UDELAY_MULT (2147UL * HZ + 483648UL * HZ / 1000000UL) macro
87 u64 ucycles = (u64)usecs * lpj_fine * UDELAY_MULT; in udelay()
/linux/arch/arm/lib/
A Ddelay-loop.S14 .LC1: .word UDELAY_MULT
25 mul r0, r2, r0 @ r0 = delay_us * UDELAY_MULT
A Ddelay.c62 __timer_const_udelay(usecs * UDELAY_MULT); in __timer_udelay()

Completed in 5 milliseconds