Searched defs:CLOCK_TICK_RATE (Results 1 - 25 of 27) sorted by relevance

12

/arch/arc/include/asm/
H A Dtimex.h12 #define CLOCK_TICK_RATE 80000000 /* slated to be removed */ macro
/arch/microblaze/include/asm/
H A Dtimex.h14 #define CLOCK_TICK_RATE 1000 /* Timer input freq. */ macro
/arch/score/include/asm/
H A Dtimex.h4 #define CLOCK_TICK_RATE 27000000 /* Timer input freq. */ macro
/arch/sh/include/asm/
H A Dtimex.h12 * can be used for accurately setting CLOCK_TICK_RATE, otherwise we
16 #define CLOCK_TICK_RATE (CONFIG_SH_PCLK_FREQ / 4) /* Underlying HZ */ macro
18 #define CLOCK_TICK_RATE 1193180 macro
/arch/unicore32/include/asm/
H A Dtimex.h20 #define CLOCK_TICK_RATE (32*1024) macro
28 #define CLOCK_TICK_RATE (14318000) macro
/arch/mn10300/include/asm/
H A Dtimex.h18 #define CLOCK_TICK_RATE MN10300_JCCLK /* Underlying HZ */ macro
/arch/openrisc/include/asm/
H A Dtimex.h32 #define CLOCK_TICK_RATE 1000 macro
/arch/parisc/include/asm/
H A Dtimex.h10 #define CLOCK_TICK_RATE 1193180 /* Underlying HZ */ macro
/arch/powerpc/include/asm/
H A Dtimex.h13 #define CLOCK_TICK_RATE 1024000 /* Underlying HZ */ macro
/arch/sparc/include/asm/
H A Dtimex_32.h9 #define CLOCK_TICK_RATE 1193180 /* Underlying HZ */ macro
H A Dtimex_64.h11 #define CLOCK_TICK_RATE 1193180 /* Underlying HZ */ macro
/arch/um/include/asm/
H A Dtimex.h11 #define CLOCK_TICK_RATE (HZ) macro
/arch/x86/include/asm/
H A Dtimex.h8 #define CLOCK_TICK_RATE PIT_TICK_RATE macro
/arch/alpha/include/asm/
H A Dtimex.h11 #define CLOCK_TICK_RATE 32768 macro
/arch/avr32/include/asm/
H A Dtimex.h28 #define CLOCK_TICK_RATE 500000 /* Underlying HZ */ macro
/arch/hexagon/include/asm/
H A Dtimex.h25 /* Using TCX0 as our clock. CLOCK_TICK_RATE scheduled to be removed. */
26 #define CLOCK_TICK_RATE TCX0_CLK_RATE macro
/arch/ia64/include/asm/
H A Dtimex.h9 * 2001/01/18 davidm Removed CLOCK_TICK_RATE. It makes no sense on IA-64.
23 * Anzinger, 1/CLOCK_TICK_RATE is taken as the resolution of the timer clock. The time
25 * If the calculation shows that your CLOCK_TICK_RATE can not supply exactly 1/HZ ticks,
27 * the CLOCK_TICK_RATE to x*HZ insures that the calculation will find no errors. Hence we
28 * pick a multiple of HZ which gives us a (totally virtual) CLOCK_TICK_RATE of about
31 #define CLOCK_TICK_RATE (HZ * 100000UL) macro
/arch/m32r/include/asm/
H A Dtimex.h10 #define CLOCK_TICK_RATE (CONFIG_BUS_CLOCK / CONFIG_TIMER_DIVIDE) macro
11 #define CLOCK_TICK_FACTOR 20 /* Factor of both 1000000 and CLOCK_TICK_RATE */
/arch/m68k/include/asm/
H A Dtimex.h11 * CLOCK_TICK_RATE should give the underlying frequency of the tick timer
15 #define CLOCK_TICK_RATE MCF_CLK macro
18 * This default CLOCK_TICK_RATE is probably wrong for many 68k boards
21 #define CLOCK_TICK_RATE 1193180 /* Underlying HZ */ macro
/arch/tile/include/asm/
H A Dtimex.h26 #define CLOCK_TICK_RATE 1000000 macro
/arch/blackfin/include/asm/
H A Dtimex.h12 #define CLOCK_TICK_RATE 1000000 /* Underlying HZ */ macro
/arch/c6x/include/asm/
H A Dtimex.h16 #define CLOCK_TICK_RATE ((1000 * 1000000UL) / 6) macro
/arch/cris/include/arch-v32/arch/
H A Dtimex.h13 #define CLOCK_TICK_RATE 100000000 /* Underlying frequency of the HZ timer */ macro
16 #define TIMER0_FREQ (CLOCK_TICK_RATE)
/arch/frv/include/asm/
H A Dtimex.h6 #define CLOCK_TICK_RATE 1193180 /* Underlying HZ */ macro
7 #define CLOCK_TICK_FACTOR 20 /* Factor of both 1000000 and CLOCK_TICK_RATE */
/arch/cris/include/arch-v10/arch/
H A Dtimex.h13 #define CLOCK_TICK_RATE 25000 /* Underlying frequency of the HZ timer */ macro
15 #define TIMER0_FREQ (CLOCK_TICK_RATE)

Completed in 3873 milliseconds

12