/external/u-boot/lib/ |
D | time.c | 21 #ifdef CONFIG_SYS_TIMER_RATE 25 return CONFIG_SYS_TIMER_RATE; in get_tbclk() 43 #if CONFIG_SYS_TIMER_RATE == 1000000 in timer_get_boot_us() 45 #elif CONFIG_SYS_TIMER_RATE > 1000000 in timer_get_boot_us() 46 return lldiv(count, CONFIG_SYS_TIMER_RATE / 1000000); in timer_get_boot_us() 47 #elif defined(CONFIG_SYS_TIMER_RATE) in timer_get_boot_us() 48 return (unsigned long long)count * 1000000 / CONFIG_SYS_TIMER_RATE; in timer_get_boot_us()
|
/external/u-boot/arch/arm/include/asm/arch-pxa/ |
D | config.h | 15 #define CONFIG_SYS_TIMER_RATE 3250000 macro 17 #define CONFIG_SYS_TIMER_RATE 3686400 macro
|
/external/u-boot/include/configs/ |
D | rv1108_common.h | 15 #define CONFIG_SYS_TIMER_RATE (24 * 1000 * 1000) macro
|
D | rk322x_common.h | 16 #define CONFIG_SYS_TIMER_RATE (24 * 1000 * 1000) macro
|
D | rk3128_common.h | 17 #define CONFIG_SYS_TIMER_RATE (24 * 1000 * 1000) macro
|
D | rk3036_common.h | 16 #define CONFIG_SYS_TIMER_RATE (24 * 1000 * 1000) macro
|
D | rk3288_common.h | 17 #define CONFIG_SYS_TIMER_RATE (24 * 1000 * 1000) macro
|
D | highbank.h | 13 #define CONFIG_SYS_TIMER_RATE (150000000/256) macro
|
D | tegra-common.h | 21 #define CONFIG_SYS_TIMER_RATE 1000000 macro
|
D | zmx25.h | 14 #define CONFIG_SYS_TIMER_RATE 32768 macro
|
D | bcm28155_ap.h | 54 #define CONFIG_SYS_TIMER_RATE 32000 macro
|
D | bcm23550_w1d.h | 55 #define CONFIG_SYS_TIMER_RATE 32000 macro
|
D | mx25pdk.h | 16 #define CONFIG_SYS_TIMER_RATE 32768 macro
|
D | rpi.h | 21 #define CONFIG_SYS_TIMER_RATE 1000000 macro
|
D | sandbox.h | 23 #define CONFIG_SYS_TIMER_RATE 1000000 macro
|
D | uniphier.h | 63 #define CONFIG_SYS_TIMER_RATE 1000000 macro
|
D | socfpga_common.h | 95 #define CONFIG_SYS_TIMER_RATE 25000000 macro
|
D | vexpress_common.h | 128 #define CONFIG_SYS_TIMER_RATE 1000000 macro
|
/external/u-boot/arch/arm/mach-uniphier/arm32/ |
D | timer.c | 12 #define PRESCALER ((PERIPHCLK) / (CONFIG_SYS_TIMER_RATE) - 1)
|
/external/u-boot/arch/arm/mach-mvebu/include/mach/ |
D | config.h | 96 #define CONFIG_SYS_TIMER_RATE 25000000 macro
|
/external/u-boot/arch/arm/mach-rockchip/ |
D | rk_timer.c | 26 tick *= CONFIG_SYS_TIMER_RATE / (1000 * 1000); in usec_to_tick()
|
/external/u-boot/arch/arm/mach-kirkwood/include/mach/ |
D | config.h | 130 #define CONFIG_SYS_TIMER_RATE CONFIG_SYS_TCLK macro
|
/external/u-boot/arch/arm/include/asm/arch-mx35/ |
D | imx-regs.h | 379 #define CONFIG_SYS_TIMER_RATE CONFIG_MX35_CLK32 macro 381 #define CONFIG_SYS_TIMER_RATE 32768 macro
|
/external/u-boot/arch/arm/include/asm/arch-mx31/ |
D | imx-regs.h | 921 #define CONFIG_SYS_TIMER_RATE CONFIG_MX31_CLK32 macro 923 #define CONFIG_SYS_TIMER_RATE 32768 macro
|
/external/u-boot/scripts/ |
D | config_whitelist.txt | 4317 CONFIG_SYS_TIMER_RATE
|