Searched refs:CLOCK_TICK_RATE (Results 1 - 17 of 17) sorted by relevance

/linux-master/arch/sh/include/asm/
H A Dtimex.h13 * can be used for accurately setting CLOCK_TICK_RATE, otherwise we
17 #define CLOCK_TICK_RATE (CONFIG_SH_PCLK_FREQ / 4) /* Underlying HZ */ macro
19 #define CLOCK_TICK_RATE 1193180 macro
/linux-master/arch/arc/include/asm/
H A Dtimex.h9 #define CLOCK_TICK_RATE 80000000 /* slated to be removed */ macro
/linux-master/arch/microblaze/include/asm/
H A Dtimex.h11 #define CLOCK_TICK_RATE 1000 /* Timer input freq. */ macro
/linux-master/arch/um/include/asm/
H A Dtimex.h5 #define CLOCK_TICK_RATE (HZ) macro
/linux-master/arch/sparc/include/asm/
H A Dtimex_32.h10 #define CLOCK_TICK_RATE 1193180 /* Underlying HZ */ macro
H A Dtimex_64.h12 #define CLOCK_TICK_RATE 1193180 /* Underlying HZ */ macro
/linux-master/arch/m68k/include/asm/
H A Dtimex.h12 * CLOCK_TICK_RATE should give the underlying frequency of the tick timer
16 #define CLOCK_TICK_RATE MCF_CLK macro
19 * This default CLOCK_TICK_RATE is probably wrong for many 68k boards
22 #define CLOCK_TICK_RATE 1193180 /* Underlying HZ */ macro
/linux-master/arch/hexagon/include/asm/
H A Dtimex.h12 /* Using TCX0 as our clock. CLOCK_TICK_RATE scheduled to be removed. */
13 #define CLOCK_TICK_RATE 19200 macro
/linux-master/arch/parisc/include/asm/
H A Dtimex.h12 #define CLOCK_TICK_RATE 1193180 /* Underlying HZ */ macro
/linux-master/arch/alpha/include/asm/
H A Dtimex.h12 #define CLOCK_TICK_RATE 32768 macro
/linux-master/arch/openrisc/include/asm/
H A Dtimex.h29 #define CLOCK_TICK_RATE 1000 macro
/linux-master/arch/x86/include/asm/
H A Dtimex.h18 #define CLOCK_TICK_RATE PIT_TICK_RATE macro
/linux-master/arch/powerpc/include/asm/
H A Dtimex.h14 #define CLOCK_TICK_RATE 1024000 /* Underlying HZ */ macro
/linux-master/arch/mips/include/asm/
H A Dtimex.h27 #define CLOCK_TICK_RATE 1193182 macro
/linux-master/arch/s390/include/asm/
H A Dtimex.h176 #define CLOCK_TICK_RATE 1193180 /* Underlying HZ */ macro
/linux-master/include/linux/
H A Djiffies.h60 #define LATCH ((CLOCK_TICK_RATE + HZ/2) / HZ) /* For divider */
/linux-master/arch/x86/kernel/
H A Dsetup.c1183 register_refined_jiffies(CLOCK_TICK_RATE);

Completed in 187 milliseconds