/linux-4.4.14/arch/score/include/asm/ |
H A D | timex.h | 4 #define CLOCK_TICK_RATE 27000000 /* Timer input freq. */ macro
|
/linux-4.4.14/arch/frv/include/asm/ |
H A D | timex.h | 6 #define CLOCK_TICK_RATE 1193180 /* Underlying HZ */ macro 7 #define CLOCK_TICK_FACTOR 20 /* Factor of both 1000000 and CLOCK_TICK_RATE */
|
/linux-4.4.14/arch/um/include/asm/ |
H A D | timex.h | 11 #define CLOCK_TICK_RATE (HZ) macro
|
/linux-4.4.14/arch/sh/include/asm/ |
H A D | timex.h | 12 * 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
|
/linux-4.4.14/arch/x86/include/asm/ |
H A D | timex.h | 8 #define CLOCK_TICK_RATE PIT_TICK_RATE macro
|
/linux-4.4.14/arch/m68k/include/asm/ |
H A D | timex.h | 11 * 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
|
/linux-4.4.14/arch/m32r/include/asm/ |
H A D | timex.h | 10 #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 */
|
/linux-4.4.14/arch/sparc/include/asm/ |
H A D | timex_32.h | 9 #define CLOCK_TICK_RATE 1193180 /* Underlying HZ */ macro
|
H A D | timex_64.h | 11 #define CLOCK_TICK_RATE 1193180 /* Underlying HZ */ macro
|
/linux-4.4.14/arch/parisc/include/asm/ |
H A D | timex.h | 10 #define CLOCK_TICK_RATE 1193180 /* Underlying HZ */ macro
|
/linux-4.4.14/arch/ia64/include/asm/ |
H A D | timex.h | 9 * 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
|
/linux-4.4.14/arch/unicore32/include/asm/ |
H A D | timex.h | 20 #define CLOCK_TICK_RATE (32*1024) macro 28 #define CLOCK_TICK_RATE (14318000) macro
|
/linux-4.4.14/arch/cris/include/arch-v10/arch/ |
H A 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/cris/include/arch-v32/arch/ |
H A 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/arc/include/asm/ |
H A D | timex.h | 12 #define CLOCK_TICK_RATE 80000000 /* slated to be removed */ macro
|
/linux-4.4.14/arch/microblaze/include/asm/ |
H A D | timex.h | 14 #define CLOCK_TICK_RATE 1000 /* Timer input freq. */ macro
|
/linux-4.4.14/arch/blackfin/include/asm/ |
H A D | timex.h | 12 #define CLOCK_TICK_RATE 1000000 /* Underlying HZ */ macro
|
/linux-4.4.14/arch/hexagon/include/asm/ |
H A D | timex.h | 25 /* Using TCX0 as our clock. CLOCK_TICK_RATE scheduled to be removed. */ 26 #define CLOCK_TICK_RATE TCX0_CLK_RATE macro
|
/linux-4.4.14/arch/alpha/include/asm/ |
H A D | timex.h | 11 #define CLOCK_TICK_RATE 32768 macro
|
/linux-4.4.14/arch/c6x/include/asm/ |
H A D | timex.h | 16 #define CLOCK_TICK_RATE ((1000 * 1000000UL) / 6) macro
|
/linux-4.4.14/arch/powerpc/include/asm/ |
H A D | timex.h | 13 #define CLOCK_TICK_RATE 1024000 /* Underlying HZ */ macro
|
/linux-4.4.14/arch/mn10300/include/asm/ |
H A D | timex.h | 18 #define CLOCK_TICK_RATE MN10300_JCCLK /* Underlying HZ */ macro
|
/linux-4.4.14/arch/openrisc/include/asm/ |
H A D | timex.h | 32 #define CLOCK_TICK_RATE 1000 macro
|
/linux-4.4.14/arch/avr32/include/asm/ |
H A D | timex.h | 28 #define CLOCK_TICK_RATE 500000 /* Underlying HZ */ macro
|
/linux-4.4.14/arch/unicore32/kernel/ |
H A D | time.c | 90 clockevents_calc_mult_shift(&ckevt_puv3_osmr0, CLOCK_TICK_RATE, 5); time_init() 100 clocksource_register_hz(&cksrc_puv3_oscr, CLOCK_TICK_RATE); time_init()
|
H A D | puv3-core.c | 34 * ( * 1E9 / CLOCK_TICK_RATE ) -> about 2235/32 42 * do_div(v, CLOCK_TICK_RATE >> 12); sched_clock()
|
H A D | clock.c | 38 .rate = CLOCK_TICK_RATE,
|
/linux-4.4.14/arch/tile/include/asm/ |
H A D | timex.h | 26 #define CLOCK_TICK_RATE 1000000 macro
|
/linux-4.4.14/arch/mips/include/asm/ |
H A D | timex.h | 27 #define CLOCK_TICK_RATE 1193182 macro
|
/linux-4.4.14/arch/s390/include/asm/ |
H A D | timex.h | 71 #define CLOCK_TICK_RATE 1193180 /* Underlying HZ */ macro
|
/linux-4.4.14/include/linux/ |
H A D | timex.h | 21 * Moved CLOCK_TICK_RATE, CLOCK_TICK_FACTOR and FINETUNE to asm/timex.h
|
H A D | jiffies.h | 56 #define LATCH ((CLOCK_TICK_RATE + HZ/2) / HZ) /* For divider */
|
/linux-4.4.14/include/uapi/linux/ |
H A D | timex.h | 21 * Moved CLOCK_TICK_RATE, CLOCK_TICK_FACTOR and FINETUNE to asm/timex.h
|
/linux-4.4.14/drivers/tty/vt/ |
H A D | vt_ioctl.c | 372 * the platform-dependent CLOCK_TICK_RATE between 2.6.12 vt_ioctl()
|
/linux-4.4.14/arch/x86/kernel/ |
H A D | setup.c | 1247 register_refined_jiffies(CLOCK_TICK_RATE); setup_arch()
|