Home
last modified time | relevance | path

Searched refs:CONFIG_SYS_TIMER_RATE (Results 1 – 24 of 24) sorted by relevance

/u-boot/lib/
A Dtime.c27 #ifdef CONFIG_SYS_TIMER_RATE
31 return CONFIG_SYS_TIMER_RATE; in get_tbclk()
49 #if CONFIG_SYS_TIMER_RATE == 1000000 in timer_get_boot_us()
51 #elif CONFIG_SYS_TIMER_RATE > 1000000 in timer_get_boot_us()
52 return lldiv(count, CONFIG_SYS_TIMER_RATE / 1000000); in timer_get_boot_us()
53 #elif defined(CONFIG_SYS_TIMER_RATE) in timer_get_boot_us()
54 return (unsigned long long)count * 1000000 / CONFIG_SYS_TIMER_RATE; in timer_get_boot_us()
/u-boot/arch/arm/include/asm/arch-pxa/
A Dconfig.h15 #define CONFIG_SYS_TIMER_RATE 3250000 macro
17 #define CONFIG_SYS_TIMER_RATE 3686400 macro
/u-boot/arch/sh/include/asm/
A Dconfig.h16 #define CONFIG_SYS_TIMER_RATE (CONFIG_SYS_CLK_FREQ / 4) macro
/u-boot/include/configs/
A Dsocfpga_common.h103 #ifndef CONFIG_SYS_TIMER_RATE
104 #define CONFIG_SYS_TIMER_RATE 25000000 macro
A Drv1108_common.h16 #define CONFIG_SYS_TIMER_RATE (24 * 1000 * 1000) macro
A Dhighbank.h11 #define CONFIG_SYS_TIMER_RATE (150000000/256) macro
A Drcar-gen2-common.h52 #define CONFIG_SYS_TIMER_RATE (CONFIG_SYS_CLK_FREQ / 8) macro
A Dzmx25.h14 #define CONFIG_SYS_TIMER_RATE 32768 macro
A Dsocfpga_arria5_secu1.h17 #define CONFIG_SYS_TIMER_RATE 40000000 macro
A Dtegra-common.h21 #define CONFIG_SYS_TIMER_RATE 1000000 macro
A Dbcm28155_ap.h53 #define CONFIG_SYS_TIMER_RATE 32000 macro
A Darmadillo-800eva.h20 #define CONFIG_SYS_TIMER_RATE (CONFIG_SYS_CLK_FREQ / 4) macro
A Dbcm23550_w1d.h54 #define CONFIG_SYS_TIMER_RATE 32000 macro
A Dpresidio_asic.h20 #define CONFIG_SYS_TIMER_RATE COUNTER_FREQUENCY macro
A Dsandbox.h22 #define CONFIG_SYS_TIMER_RATE 1000000 macro
A Duniphier.h55 #define CONFIG_SYS_TIMER_RATE 1000000 macro
A Drpi.h24 #define CONFIG_SYS_TIMER_RATE 1000000 macro
A Dvexpress_common.h125 #define CONFIG_SYS_TIMER_RATE 1000000 macro
/u-boot/arch/arm/mach-uniphier/arm32/
A Dtimer.c13 #define PRESCALER ((PERIPHCLK) / (CONFIG_SYS_TIMER_RATE) - 1)
/u-boot/arch/arm/mach-mvebu/include/mach/
A Dconfig.h73 #define CONFIG_SYS_TIMER_RATE 25000000 macro
/u-boot/arch/arm/mach-kirkwood/include/mach/
A Dconfig.h111 #define CONFIG_SYS_TIMER_RATE CONFIG_SYS_TCLK macro
/u-boot/arch/arm/include/asm/arch-mx35/
A Dimx-regs.h349 #define CONFIG_SYS_TIMER_RATE CONFIG_MX35_CLK32 macro
351 #define CONFIG_SYS_TIMER_RATE 32768 macro
/u-boot/arch/arm/include/asm/arch-mx31/
A Dimx-regs.h890 #define CONFIG_SYS_TIMER_RATE CONFIG_MX31_CLK32 macro
892 #define CONFIG_SYS_TIMER_RATE 32768 macro
/u-boot/scripts/
A Dconfig_whitelist.txt3653 CONFIG_SYS_TIMER_RATE

Completed in 35 milliseconds