Home
last modified time | relevance | path

Searched refs:CONFIG_SYS_HZ_CLOCK (Results 1 – 25 of 32) sorted by relevance

12

/external/u-boot/arch/arm/cpu/armv7/
Darch_timer.c14 #ifndef CONFIG_SYS_HZ_CLOCK
29 #ifdef CONFIG_SYS_HZ_CLOCK in timer_init()
30 gd->arch.timer_rate_hz = CONFIG_SYS_HZ_CLOCK; in timer_init()
/external/u-boot/board/armltd/integrator/
Dtimer.c86 div_timer = CONFIG_SYS_HZ_CLOCK; in timer_init()
162 unsigned long long tmp = CONFIG_SYS_HZ_CLOCK; in get_tbclk()
/external/u-boot/arch/arm/cpu/armv7m/
Dsystick-timer.c77 #if defined(CONFIG_SYS_HZ_CLOCK) in timer_init()
78 gd->arch.timer_rate_hz = CONFIG_SYS_HZ_CLOCK; in timer_init()
/external/u-boot/arch/arm/mach-at91/arm920t/
Dtimer.c26 #define TIMER_LOAD_VAL (CONFIG_SYS_HZ_CLOCK/CONFIG_SYS_HZ)
96 tmo = CONFIG_SYS_HZ_CLOCK / 1000; in udelay_masked()
/external/u-boot/drivers/timer/
Dstm32_timer.c98 psc = (rate / CONFIG_SYS_HZ_CLOCK) - 1; in stm32_timer_probe()
102 uc_priv->clock_rate = CONFIG_SYS_HZ_CLOCK; in stm32_timer_probe()
Dsti-timer.c49 uc_priv->clock_rate = CONFIG_SYS_HZ_CLOCK; in sti_timer_probe()
/external/u-boot/include/configs/
Dti_armv7_keystone2.h312 #define CONFIG_SYS_HZ_CLOCK ks_clk_get_rate(KS2_CLK1_6) macro
314 #define CONFIG_SYS_HZ_CLOCK get_external_clk(sys_clk) macro
Dintegratorap.h20 #define CONFIG_SYS_HZ_CLOCK 24000000 /* Timer 1 is clocked at 24Mhz */ macro
Dstm32h743-disco.h26 #define CONFIG_SYS_HZ_CLOCK 1000000 macro
Dstm32h743-eval.h26 #define CONFIG_SYS_HZ_CLOCK 1000000 macro
Dintegratorcp.h20 #define CONFIG_SYS_HZ_CLOCK 1000000 /* Timer 1 is clocked at 1Mhz */ macro
Dstm32f429-evaluation.h39 #define CONFIG_SYS_HZ_CLOCK 1000000 /* Timer is clocked at 1MHz */ macro
Dstm32f469-discovery.h39 #define CONFIG_SYS_HZ_CLOCK 1000000 /* Timer is clocked at 1MHz */ macro
Dstm32f429-discovery.h44 #define CONFIG_SYS_HZ_CLOCK 1000000 /* Timer is clocked at 1MHz */ macro
Dstih410-b2260.h17 #define CONFIG_SYS_HZ_CLOCK 1000000000 /* 1 GHz */ macro
Dstm32f746-disco.h38 #define CONFIG_SYS_HZ_CLOCK 1000000 /* Timer is clocked at 1MHz */ macro
Dlegoev3.h24 #define CONFIG_SYS_HZ_CLOCK clk_get(DAVINCI_AUXCLK_CLKID) macro
Dmx7ulp_evk.h48 #define CONFIG_SYS_HZ_CLOCK 1000000 /* Fixed at 1Mhz from TSTMR */ macro
Dat91rm9200ek.h41 #define CONFIG_SYS_HZ_CLOCK (AT91C_MASTER_CLOCK / 2) macro
Dea20.h29 #define CONFIG_SYS_HZ_CLOCK clk_get(DAVINCI_AUXCLK_CLKID) macro
Dx600.h22 #define CONFIG_SYS_HZ_CLOCK 8300000 macro
/external/u-boot/arch/arm/cpu/arm926ejs/armada100/
Dtimer.c82 return ((get_timer_masked() / (CONFIG_SYS_HZ_CLOCK / 1000)) - in get_timer()
91 delayticks = (usec * (CONFIG_SYS_HZ_CLOCK / 1000000)); in __udelay()
/external/u-boot/arch/arm/include/asm/arch-armada100/
Dconfig.h20 #define CONFIG_SYS_HZ_CLOCK (3250000) /* Timer Freq. 3.25MHZ */ macro
/external/u-boot/arch/arm/mach-keystone/
Dcmd_mon.c26 freq = CONFIG_SYS_HZ_CLOCK; in do_mon_install()
/external/u-boot/arch/arm/mach-davinci/
Dtimer.c46 gd->arch.timer_rate_hz = CONFIG_SYS_HZ_CLOCK / TIM_CLK_DIV; in timer_init()

12