/linux-4.4.14/arch/sh/include/asm/ |
D | timex.h | 16 #define CLOCK_TICK_RATE (CONFIG_SH_PCLK_FREQ / 4) /* Underlying HZ */ macro 18 #define CLOCK_TICK_RATE 1193180 macro
|
/linux-4.4.14/arch/unicore32/include/asm/ |
D | timex.h | 20 #define CLOCK_TICK_RATE (32*1024) macro 28 #define CLOCK_TICK_RATE (14318000) macro
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | timex.h | 15 #define CLOCK_TICK_RATE MCF_CLK macro 21 #define CLOCK_TICK_RATE 1193180 /* Underlying HZ */ macro
|
/linux-4.4.14/arch/cris/include/arch-v32/arch/ |
D | timex.h | 13 #define CLOCK_TICK_RATE 100000000 /* Underlying frequency of the HZ timer */ macro 16 #define TIMER0_FREQ (CLOCK_TICK_RATE)
|
/linux-4.4.14/arch/cris/include/arch-v10/arch/ |
D | timex.h | 13 #define CLOCK_TICK_RATE 25000 /* Underlying frequency of the HZ timer */ macro 15 #define TIMER0_FREQ (CLOCK_TICK_RATE)
|
/linux-4.4.14/arch/unicore32/kernel/ |
D | time.c | 90 clockevents_calc_mult_shift(&ckevt_puv3_osmr0, CLOCK_TICK_RATE, 5); in time_init() 100 clocksource_register_hz(&cksrc_puv3_oscr, CLOCK_TICK_RATE); in time_init()
|
D | clock.c | 38 .rate = CLOCK_TICK_RATE,
|
/linux-4.4.14/arch/score/include/asm/ |
D | timex.h | 4 #define CLOCK_TICK_RATE 27000000 /* Timer input freq. */ macro
|
/linux-4.4.14/arch/microblaze/include/asm/ |
D | timex.h | 14 #define CLOCK_TICK_RATE 1000 /* Timer input freq. */ macro
|
/linux-4.4.14/arch/arc/include/asm/ |
D | timex.h | 12 #define CLOCK_TICK_RATE 80000000 /* slated to be removed */ macro
|
/linux-4.4.14/arch/x86/include/asm/ |
D | timex.h | 8 #define CLOCK_TICK_RATE PIT_TICK_RATE macro
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | timex_32.h | 9 #define CLOCK_TICK_RATE 1193180 /* Underlying HZ */ macro
|
D | timex_64.h | 11 #define CLOCK_TICK_RATE 1193180 /* Underlying HZ */ macro
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | timex.h | 10 #define CLOCK_TICK_RATE 1193180 /* Underlying HZ */ macro
|
/linux-4.4.14/arch/um/include/asm/ |
D | timex.h | 11 #define CLOCK_TICK_RATE (HZ) macro
|
/linux-4.4.14/arch/avr32/include/asm/ |
D | timex.h | 28 #define CLOCK_TICK_RATE 500000 /* Underlying HZ */ macro
|
/linux-4.4.14/arch/hexagon/include/asm/ |
D | timex.h | 26 #define CLOCK_TICK_RATE TCX0_CLK_RATE macro
|
/linux-4.4.14/arch/frv/include/asm/ |
D | timex.h | 6 #define CLOCK_TICK_RATE 1193180 /* Underlying HZ */ macro
|
/linux-4.4.14/arch/openrisc/include/asm/ |
D | timex.h | 32 #define CLOCK_TICK_RATE 1000 macro
|
/linux-4.4.14/arch/m32r/include/asm/ |
D | timex.h | 10 #define CLOCK_TICK_RATE (CONFIG_BUS_CLOCK / CONFIG_TIMER_DIVIDE) macro
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | timex.h | 11 #define CLOCK_TICK_RATE 32768 macro
|
/linux-4.4.14/arch/c6x/include/asm/ |
D | timex.h | 16 #define CLOCK_TICK_RATE ((1000 * 1000000UL) / 6) macro
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | timex.h | 18 #define CLOCK_TICK_RATE MN10300_JCCLK /* Underlying HZ */ macro
|
/linux-4.4.14/arch/blackfin/include/asm/ |
D | timex.h | 12 #define CLOCK_TICK_RATE 1000000 /* Underlying HZ */ macro
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | timex.h | 31 #define CLOCK_TICK_RATE (HZ * 100000UL) macro
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | timex.h | 13 #define CLOCK_TICK_RATE 1024000 /* Underlying HZ */ macro
|
/linux-4.4.14/arch/tile/include/asm/ |
D | timex.h | 26 #define CLOCK_TICK_RATE 1000000 macro
|
/linux-4.4.14/arch/mips/include/asm/ |
D | timex.h | 27 #define CLOCK_TICK_RATE 1193182 macro
|
/linux-4.4.14/arch/s390/include/asm/ |
D | timex.h | 71 #define CLOCK_TICK_RATE 1193180 /* Underlying HZ */ macro
|
/linux-4.4.14/include/linux/ |
D | jiffies.h | 56 #define LATCH ((CLOCK_TICK_RATE + HZ/2) / HZ) /* For divider */
|
/linux-4.4.14/arch/arm/plat-omap/ |
D | Kconfig | 112 CLOCK_TICK_RATE compile time calculation.
|
/linux-4.4.14/arch/x86/kernel/ |
D | setup.c | 1247 register_refined_jiffies(CLOCK_TICK_RATE); in setup_arch()
|