/openbmc/u-boot/arch/arm/cpu/armv7/ |
H A D | arch_timer.c | 14 #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()
|
/openbmc/u-boot/board/armltd/integrator/ |
H A D | timer.c | 86 div_timer = CONFIG_SYS_HZ_CLOCK; in timer_init() 157 unsigned long long tmp = CONFIG_SYS_HZ_CLOCK; in get_tbclk()
|
/openbmc/u-boot/arch/arm/cpu/armv7m/ |
H A D | systick-timer.c | 77 #if defined(CONFIG_SYS_HZ_CLOCK) in timer_init() 78 gd->arch.timer_rate_hz = CONFIG_SYS_HZ_CLOCK; in timer_init()
|
/openbmc/u-boot/arch/arm/mach-at91/arm920t/ |
H A D | timer.c | 26 #define TIMER_LOAD_VAL (CONFIG_SYS_HZ_CLOCK/CONFIG_SYS_HZ) 91 tmo = CONFIG_SYS_HZ_CLOCK / 1000; in __udelay()
|
/openbmc/u-boot/drivers/timer/ |
H A D | stm32_timer.c | 98 psc = (rate / CONFIG_SYS_HZ_CLOCK) - 1; in stm32_timer_probe() 102 uc_priv->clock_rate = CONFIG_SYS_HZ_CLOCK; in stm32_timer_probe()
|
H A D | sti-timer.c | 49 uc_priv->clock_rate = CONFIG_SYS_HZ_CLOCK; in sti_timer_probe()
|
/openbmc/u-boot/include/configs/ |
H A D | ti_armv7_keystone2.h | 308 #define CONFIG_SYS_HZ_CLOCK ks_clk_get_rate(KS2_CLK1_6) macro 310 #define CONFIG_SYS_HZ_CLOCK get_external_clk(sys_clk) macro
|
H A D | integratorap.h | 20 #define CONFIG_SYS_HZ_CLOCK 24000000 /* Timer 1 is clocked at 24Mhz */ macro
|
H A D | stm32h743-eval.h | 23 #define CONFIG_SYS_HZ_CLOCK 1000000 macro
|
H A D | stm32h743-disco.h | 23 #define CONFIG_SYS_HZ_CLOCK 1000000 macro
|
H A D | stm32f429-discovery.h | 32 #define CONFIG_SYS_HZ_CLOCK 1000000 /* Timer is clocked at 1MHz */ macro
|
H A D | stm32f469-discovery.h | 29 #define CONFIG_SYS_HZ_CLOCK 1000000 /* Timer is clocked at 1MHz */ macro
|
H A D | integratorcp.h | 20 #define CONFIG_SYS_HZ_CLOCK 1000000 /* Timer 1 is clocked at 1Mhz */ macro
|
H A D | stm32f429-evaluation.h | 29 #define CONFIG_SYS_HZ_CLOCK 1000000 /* Timer is clocked at 1MHz */ macro
|
H A D | stm32f746-disco.h | 35 #define CONFIG_SYS_HZ_CLOCK 1000000 /* Timer is clocked at 1MHz */ macro
|
H A D | stih410-b2260.h | 18 #define CONFIG_SYS_HZ_CLOCK 1000000000 /* 1 GHz */ macro
|
H A D | legoev3.h | 24 #define CONFIG_SYS_HZ_CLOCK clk_get(DAVINCI_AUXCLK_CLKID) macro
|
H A D | mx7ulp_evk.h | 47 #define CONFIG_SYS_HZ_CLOCK 1000000 /* Fixed at 1Mhz from TSTMR */ macro
|
H A D | at91rm9200ek.h | 41 #define CONFIG_SYS_HZ_CLOCK (AT91C_MASTER_CLOCK / 2) macro
|
H A D | ea20.h | 28 #define CONFIG_SYS_HZ_CLOCK clk_get(DAVINCI_AUXCLK_CLKID) macro
|
H A D | calimain.h | 26 #define CONFIG_SYS_HZ_CLOCK clk_get(DAVINCI_AUXCLK_CLKID) macro
|
/openbmc/u-boot/arch/arm/cpu/arm926ejs/armada100/ |
H A D | timer.c | 82 return ((get_timer_masked() / (CONFIG_SYS_HZ_CLOCK / 1000)) - in get_timer() 91 delayticks = (usec * (CONFIG_SYS_HZ_CLOCK / 1000000)); in __udelay()
|
/openbmc/u-boot/arch/arm/include/asm/arch-armada100/ |
H A D | config.h | 20 #define CONFIG_SYS_HZ_CLOCK (3250000) /* Timer Freq. 3.25MHZ */ macro
|
/openbmc/u-boot/arch/arm/mach-keystone/ |
H A D | cmd_mon.c | 26 freq = CONFIG_SYS_HZ_CLOCK; in do_mon_install()
|
/openbmc/u-boot/arch/arm/mach-davinci/ |
H A D | timer.c | 46 gd->arch.timer_rate_hz = CONFIG_SYS_HZ_CLOCK / TIM_CLK_DIV; in timer_init()
|