Searched refs:HZSCALE (Results 1 – 2 of 2) sorted by relevance
54 #define HZSCALE (268435456 / (1000000 / HZ)) macro57 __delay(((((u) * HZSCALE) >> 11) * (loops_per_jiffy >> 11)) >> 6)115 #define HZSCALE (268435456 / (1000000 / HZ)) macro117 #define ndelay(n) __delay(DIV_ROUND_UP((n) * ((((HZSCALE) >> 11) * (loops_per_jiffy >> 11)) >> 6), …
31 #define HZSCALE (268435456 / (1000000/HZ)) macro36 return (((scale * HZSCALE) >> 11) * (loops_per_jiffy >> 11)) >> 6; in __to_delay()