Home
last modified time | relevance | path

Searched refs:HZSCALE (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Ddelay.h53 #define HZSCALE (268435456 / (1000000 / HZ)) macro
56 __delay(((((u) * HZSCALE) >> 11) * (loops_per_jiffy >> 11)) >> 6)
97 * ((((HZSCALE) >> 11) * (loops_per_jiffy >> 11)) >> 6) is the number of loops
100 * 1000 / ((((HZSCALE) >> 11) * (loops_per_jiffy >> 11)) >> 6) is the number of
103 * So n / ( 1000 / ((((HZSCALE) >> 11) * (loops_per_jiffy >> 11)) >> 6) ) would
114 #define HZSCALE (268435456 / (1000000 / HZ)) macro
119 ((((HZSCALE) >> 11) * in ndelay()
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H A Ddelay.h53 #define HZSCALE (268435456 / (1000000 / HZ)) macro
56 __delay(((((u) * HZSCALE) >> 11) * (loops_per_jiffy >> 11)) >> 6)
97 * ((((HZSCALE) >> 11) * (loops_per_jiffy >> 11)) >> 6) is the number of loops
100 * 1000 / ((((HZSCALE) >> 11) * (loops_per_jiffy >> 11)) >> 6) is the number of
103 * So n / ( 1000 / ((((HZSCALE) >> 11) * (loops_per_jiffy >> 11)) >> 6) ) would
114 #define HZSCALE (268435456 / (1000000 / HZ)) macro
119 ((((HZSCALE) >> 11) * in ndelay()

Completed in 1 milliseconds