Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/include/asm/
H A Ddelay.h53 #define HZSCALE (268435456 / (1000000 / HZ)) macro
56 __delay(((((u) * HZSCALE) >> 11) * (loops_per_jiffy >> 11)) >> 6)
114 #define HZSCALE (268435456 / (1000000 / HZ)) macro
119 ((((HZSCALE) >> 11) * in ndelay()