Searched refs:CLOCK_TICK_RATE (Results 1 – 19 of 19) sorted by relevance
17 #define CLOCK_TICK_RATE (CONFIG_SH_PCLK_FREQ / 4) /* Underlying HZ */ macro19 #define CLOCK_TICK_RATE 1193180 macro
16 #define CLOCK_TICK_RATE MCF_CLK macro22 #define CLOCK_TICK_RATE 1193180 /* Underlying HZ */ macro
9 #define CLOCK_TICK_RATE 80000000 /* slated to be removed */ macro
10 #define CLOCK_TICK_RATE 1193180 /* Underlying HZ */ macro
12 #define CLOCK_TICK_RATE 1193180 /* Underlying HZ */ macro
11 #define CLOCK_TICK_RATE 1000 /* Timer input freq. */ macro
5 #define CLOCK_TICK_RATE (HZ) macro
13 #define CLOCK_TICK_RATE 19200 macro
14 #define CLOCK_TICK_RATE 1024000 /* Underlying HZ */ macro
29 #define CLOCK_TICK_RATE 1000 macro
12 #define CLOCK_TICK_RATE 32768 macro
18 #define CLOCK_TICK_RATE PIT_TICK_RATE macro
32 #define CLOCK_TICK_RATE (HZ * 100000UL) macro
27 #define CLOCK_TICK_RATE 1193182 macro
176 #define CLOCK_TICK_RATE 1193180 /* Underlying HZ */ macro
60 #define LATCH ((CLOCK_TICK_RATE + HZ/2) / HZ) /* For divider */
78 CLOCK_TICK_RATE compile time calculation.
1310 register_refined_jiffies(CLOCK_TICK_RATE); in setup_arch()