Searched refs:HZSCALE (Results 1 – 1 of 1) sorted by relevance
53 #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 loops100 * 1000 / ((((HZSCALE) >> 11) * (loops_per_jiffy >> 11)) >> 6) is the number of103 * So n / ( 1000 / ((((HZSCALE) >> 11) * (loops_per_jiffy >> 11)) >> 6) ) would114 #define HZSCALE (268435456 / (1000000 / HZ)) macro 119 ((((HZSCALE) >> 11) * in ndelay()