Home
last modified time | relevance | path

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

12

/u-boot/arch/arm/cpu/armv7/
A Darch_timer.c17 #ifndef CONFIG_SYS_HZ_CLOCK
32 #ifdef CONFIG_SYS_HZ_CLOCK in timer_init()
33 gd->arch.timer_rate_hz = CONFIG_SYS_HZ_CLOCK; in timer_init()
/u-boot/board/armltd/integrator/
A Dtimer.c88 div_timer = CONFIG_SYS_HZ_CLOCK; in timer_init()
159 unsigned long long tmp = CONFIG_SYS_HZ_CLOCK; in get_tbclk()
/u-boot/include/configs/
A Dintegratorap.h20 #define CONFIG_SYS_HZ_CLOCK 24000000 /* Timer 1 is clocked at 24Mhz */ macro
A Dstm32f429-discovery.h28 #define CONFIG_SYS_HZ_CLOCK 1000000 /* Timer is clocked at 1MHz */ macro
A Dintegratorcp.h20 #define CONFIG_SYS_HZ_CLOCK 1000000 /* Timer 1 is clocked at 1Mhz */ macro
A Dstm32h743-disco.h25 #define CONFIG_SYS_HZ_CLOCK 1000000 macro
A Dstm32h743-eval.h25 #define CONFIG_SYS_HZ_CLOCK 1000000 macro
A Drk3128_common.h18 #define CONFIG_SYS_HZ_CLOCK 24000000 macro
A Drk3036_common.h17 #define CONFIG_SYS_HZ_CLOCK 24000000 macro
A Drk322x_common.h18 #define CONFIG_SYS_HZ_CLOCK 24000000 macro
A Dstm32f429-evaluation.h30 #define CONFIG_SYS_HZ_CLOCK 1000000 /* Timer is clocked at 1MHz */ macro
A Dstm32f469-discovery.h30 #define CONFIG_SYS_HZ_CLOCK 1000000 /* Timer is clocked at 1MHz */ macro
A Drk3288_common.h20 #define CONFIG_SYS_HZ_CLOCK 24000000 macro
A Dti_armv7_keystone2.h278 #define CONFIG_SYS_HZ_CLOCK ks_clk_get_rate(KS2_CLK1_6) macro
280 #define CONFIG_SYS_HZ_CLOCK get_external_clk(sys_clk) macro
A Dmx7ulp_com.h33 #define CONFIG_SYS_HZ_CLOCK 1000000 /* Fixed at 1MHz from TSTMR */ macro
A Dstm32f746-disco.h37 #define CONFIG_SYS_HZ_CLOCK 1000000 /* Timer is clocked at 1MHz */ macro
A Dlegoev3.h24 #define CONFIG_SYS_HZ_CLOCK clk_get(DAVINCI_AUXCLK_CLKID) macro
A Dmx7ulp_evk.h23 #define CONFIG_SYS_HZ_CLOCK 1000000 /* Fixed at 1Mhz from TSTMR */ macro
A Dstih410-b2260.h18 #define CONFIG_SYS_HZ_CLOCK 1000000000 /* 1 GHz */ macro
A Dat91rm9200ek.h41 #define CONFIG_SYS_HZ_CLOCK (AT91C_MASTER_CLOCK / 2) macro
/u-boot/arch/arm/cpu/armv7m/
A Dsystick-timer.c81 #if defined(CONFIG_SYS_HZ_CLOCK) in timer_init()
82 gd->arch.timer_rate_hz = CONFIG_SYS_HZ_CLOCK; in timer_init()
/u-boot/arch/arm/include/asm/arch-armada100/
A Dconfig.h20 #define CONFIG_SYS_HZ_CLOCK (3250000) /* Timer Freq. 3.25MHZ */ macro
/u-boot/arch/arm/mach-at91/arm920t/
A Dtimer.c30 #define TIMER_LOAD_VAL (CONFIG_SYS_HZ_CLOCK/CONFIG_SYS_HZ)
95 tmo = CONFIG_SYS_HZ_CLOCK / 1000; in __udelay()
/u-boot/drivers/timer/
A Dstm32_timer.c100 psc = (rate / CONFIG_SYS_HZ_CLOCK) - 1; in stm32_timer_probe()
104 uc_priv->clock_rate = CONFIG_SYS_HZ_CLOCK; in stm32_timer_probe()
/u-boot/arch/arm/cpu/arm926ejs/armada100/
A Dtimer.c87 return ((get_timer_masked() / (CONFIG_SYS_HZ_CLOCK / 1000)) - in get_timer()
96 delayticks = (usec * (CONFIG_SYS_HZ_CLOCK / 1000000)); in __udelay()

Completed in 19 milliseconds

12