1 /* 2 * linux/include/asm-arm/arch-shark/param.h 3 * 4 * by Alexander Schulz 5 */ 6 7 /* This must be a power of 2 because the RTC 8 * can't use anything else. 9 */ 10 #define HZ 64 11 12 #define hz_to_std(a) ((a * HZ)/100) 13