Home
last modified time | relevance | path

Searched defs:UDELAY_MULT (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Ddelay.h41 #define UDELAY_MULT UL(2147 * HZ + 483648 * HZ / 1000000) macro
/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Ddelay.h41 #define UDELAY_MULT UL(2147 * HZ + 483648 * HZ / 1000000) macro
/kernel/linux/linux-5.10/arch/riscv/lib/
H A Ddelay.c42 #define UDELAY_MULT (2147UL * HZ + 483648UL * HZ / 1000000UL) macro
/kernel/linux/linux-6.6/arch/riscv/lib/
H A Ddelay.c46 #define UDELAY_MULT (2147UL * HZ + 483648UL * HZ / 1000000UL) macro

Completed in 2 milliseconds