| /OK3568_Linux_fs/kernel/arch/sh/include/asm/ |
| H A D | timex.h | 17 #define CLOCK_TICK_RATE (CONFIG_SH_PCLK_FREQ / 4) /* Underlying HZ */ macro 19 #define CLOCK_TICK_RATE 1193180 macro
|
| /OK3568_Linux_fs/kernel/arch/m68k/include/asm/ |
| H A D | timex.h | 16 #define CLOCK_TICK_RATE MCF_CLK macro 22 #define CLOCK_TICK_RATE 1193180 /* Underlying HZ */ macro
|
| /OK3568_Linux_fs/kernel/arch/microblaze/include/asm/ |
| H A D | timex.h | 11 #define CLOCK_TICK_RATE 1000 /* Timer input freq. */ macro
|
| /OK3568_Linux_fs/kernel/arch/arc/include/asm/ |
| H A D | timex.h | 9 #define CLOCK_TICK_RATE 80000000 /* slated to be removed */ macro
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | timex_32.h | 10 #define CLOCK_TICK_RATE 1193180 /* Underlying HZ */ macro
|
| H A D | timex_64.h | 12 #define CLOCK_TICK_RATE 1193180 /* Underlying HZ */ macro
|
| /OK3568_Linux_fs/kernel/arch/um/include/asm/ |
| H A D | timex.h | 5 #define CLOCK_TICK_RATE (HZ) macro
|
| /OK3568_Linux_fs/kernel/arch/hexagon/include/asm/ |
| H A D | timex.h | 13 #define CLOCK_TICK_RATE 19200 macro
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/asm/ |
| H A D | timex.h | 12 #define CLOCK_TICK_RATE 1193180 /* Underlying HZ */ macro
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | timex.h | 14 #define CLOCK_TICK_RATE 1024000 /* Underlying HZ */ macro
|
| /OK3568_Linux_fs/kernel/arch/openrisc/include/asm/ |
| H A D | timex.h | 29 #define CLOCK_TICK_RATE 1000 macro
|
| /OK3568_Linux_fs/kernel/arch/c6x/include/asm/ |
| H A D | timex.h | 13 #define CLOCK_TICK_RATE ((1000 * 1000000UL) / 6) macro
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/asm/ |
| H A D | timex.h | 12 #define CLOCK_TICK_RATE 32768 macro
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | timex.h | 18 #define CLOCK_TICK_RATE PIT_TICK_RATE macro
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/asm/ |
| H A D | timex.h | 32 #define CLOCK_TICK_RATE (HZ * 100000UL) macro
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | timex.h | 27 #define CLOCK_TICK_RATE 1193182 macro
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/beep/files/ |
| H A D | linux-input.patch | 87 + ? (int)(CLOCK_TICK_RATE/freq) 135 - if(ioctl(console_fd, KIOCSOUND, (int)(CLOCK_TICK_RATE/parms.freq)) < 0) {
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | timex.h | 139 #define CLOCK_TICK_RATE 1193180 /* Underlying HZ */ macro
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | jiffies.h | 60 #define LATCH ((CLOCK_TICK_RATE + HZ/2) / HZ) /* For divider */
|
| /OK3568_Linux_fs/kernel/arch/arm/plat-omap/ |
| H A D | Kconfig | 87 CLOCK_TICK_RATE compile time calculation.
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | setup.c | 1246 register_refined_jiffies(CLOCK_TICK_RATE); in setup_arch()
|