Home
last modified time | relevance | path

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

12

/openbmc/u-boot/arch/arm/cpu/armv7/
H A 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()
/openbmc/u-boot/board/armltd/integrator/
H A Dtimer.c86 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 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()
/openbmc/u-boot/arch/arm/mach-at91/arm920t/
H A Dtimer.c26 #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 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()
H A Dsti-timer.c49 uc_priv->clock_rate = CONFIG_SYS_HZ_CLOCK; in sti_timer_probe()
/openbmc/u-boot/include/configs/
H A Dti_armv7_keystone2.h308 #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 Dintegratorap.h20 #define CONFIG_SYS_HZ_CLOCK 24000000 /* Timer 1 is clocked at 24Mhz */ macro
H A Dstm32h743-eval.h23 #define CONFIG_SYS_HZ_CLOCK 1000000 macro
H A Dstm32h743-disco.h23 #define CONFIG_SYS_HZ_CLOCK 1000000 macro
H A Dstm32f429-discovery.h32 #define CONFIG_SYS_HZ_CLOCK 1000000 /* Timer is clocked at 1MHz */ macro
H A Dstm32f469-discovery.h29 #define CONFIG_SYS_HZ_CLOCK 1000000 /* Timer is clocked at 1MHz */ macro
H A Dintegratorcp.h20 #define CONFIG_SYS_HZ_CLOCK 1000000 /* Timer 1 is clocked at 1Mhz */ macro
H A Dstm32f429-evaluation.h29 #define CONFIG_SYS_HZ_CLOCK 1000000 /* Timer is clocked at 1MHz */ macro
H A Dstm32f746-disco.h35 #define CONFIG_SYS_HZ_CLOCK 1000000 /* Timer is clocked at 1MHz */ macro
H A Dstih410-b2260.h18 #define CONFIG_SYS_HZ_CLOCK 1000000000 /* 1 GHz */ macro
H A Dlegoev3.h24 #define CONFIG_SYS_HZ_CLOCK clk_get(DAVINCI_AUXCLK_CLKID) macro
H A Dmx7ulp_evk.h47 #define CONFIG_SYS_HZ_CLOCK 1000000 /* Fixed at 1Mhz from TSTMR */ macro
H A Dat91rm9200ek.h41 #define CONFIG_SYS_HZ_CLOCK (AT91C_MASTER_CLOCK / 2) macro
H A Dea20.h28 #define CONFIG_SYS_HZ_CLOCK clk_get(DAVINCI_AUXCLK_CLKID) macro
H A Dcalimain.h26 #define CONFIG_SYS_HZ_CLOCK clk_get(DAVINCI_AUXCLK_CLKID) macro
/openbmc/u-boot/arch/arm/cpu/arm926ejs/armada100/
H A Dtimer.c82 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 Dconfig.h20 #define CONFIG_SYS_HZ_CLOCK (3250000) /* Timer Freq. 3.25MHZ */ macro
/openbmc/u-boot/arch/arm/mach-keystone/
H A Dcmd_mon.c26 freq = CONFIG_SYS_HZ_CLOCK; in do_mon_install()
/openbmc/u-boot/arch/arm/mach-davinci/
H A Dtimer.c46 gd->arch.timer_rate_hz = CONFIG_SYS_HZ_CLOCK / TIM_CLK_DIV; in timer_init()

12