Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/u-boot/arch/arm/mach-stm32/stm32f4/
H A Dtimer.c54 writel((clock_get(CLOCK_APB1) / CONFIG_SYS_HZ_CLOCK) - 1, in timer_init()
57 writel(((clock_get(CLOCK_APB1) * 2) / CONFIG_SYS_HZ_CLOCK) - 1, in timer_init()
73 return (get_ticks() / (CONFIG_SYS_HZ_CLOCK / CONFIG_SYS_HZ)) - base; in get_timer()
117 return CONFIG_SYS_HZ_CLOCK; in get_tbclk()
/OK3568_Linux_fs/u-boot/arch/arm/mach-stm32/stm32f7/
H A Dtimer.c15 #define GPT_RESOLUTION (CONFIG_SYS_HZ_CLOCK/CONFIG_STM32_HZ)
29 writel((CONFIG_SYS_CLK_FREQ/CONFIG_SYS_HZ_CLOCK) - 1, in timer_init()
63 ulong tenudelcnt = CONFIG_SYS_HZ_CLOCK / (1000 * 100); in __udelay()
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/
H A Darch_timer.c20 gd->arch.timer_rate_hz = CONFIG_SYS_HZ_CLOCK; in timer_init()
39 return lldiv(get_ticks(), CONFIG_SYS_HZ_CLOCK / 1000000); in timer_get_boot_us()
/OK3568_Linux_fs/u-boot/board/armltd/integrator/
H A Dtimer.c87 div_timer = CONFIG_SYS_HZ_CLOCK; in timer_init()
163 unsigned long long tmp = CONFIG_SYS_HZ_CLOCK; in get_tbclk()
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7m/
H A Dsystick-timer.c78 #if defined(CONFIG_SYS_HZ_CLOCK) in timer_init()
79 gd->arch.timer_rate_hz = CONFIG_SYS_HZ_CLOCK; in timer_init()
/OK3568_Linux_fs/u-boot/arch/arm/mach-at91/arm920t/
H A Dtimer.c27 #define TIMER_LOAD_VAL (CONFIG_SYS_HZ_CLOCK/CONFIG_SYS_HZ)
97 tmo = CONFIG_SYS_HZ_CLOCK / 1000; in udelay_masked()
/OK3568_Linux_fs/u-boot/include/configs/
H A 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
H A Dintegratorap.h21 #define CONFIG_SYS_HZ_CLOCK 24000000 /* Timer 1 is clocked at 24Mhz */ macro
H A Dstih410-b2260.h19 #define CONFIG_SYS_HZ_CLOCK 1000000000 /* 1 GHz */ macro
H A Dintegratorcp.h21 #define CONFIG_SYS_HZ_CLOCK 1000000 /* Timer 1 is clocked at 1Mhz */ macro
H A Dstm32f429-discovery.h53 #define CONFIG_SYS_HZ_CLOCK 1000000 /* Timer is clocked at 1MHz */ macro
H A Dstm32f746-disco.h42 #define CONFIG_SYS_HZ_CLOCK 1000000 /* Timer is clocked at 1MHz */ macro
H A Dmx7ulp_evk.h51 #define CONFIG_SYS_HZ_CLOCK 1000000 /* Fixed at 1Mhz from TSTMR */ macro
H A Dat91rm9200ek.h45 #define CONFIG_SYS_HZ_CLOCK (AT91C_MASTER_CLOCK / 2) macro
H A Dea20.h33 #define CONFIG_SYS_HZ_CLOCK clk_get(DAVINCI_AUXCLK_CLKID) macro
H A Dlegoev3.h28 #define CONFIG_SYS_HZ_CLOCK clk_get(DAVINCI_AUXCLK_CLKID) macro
H A Drockchip-common.h19 #define CONFIG_SYS_HZ_CLOCK 24000000 macro
/OK3568_Linux_fs/u-boot/arch/arm/cpu/arm926ejs/armada100/
H A Dtimer.c83 return ((get_timer_masked() / (CONFIG_SYS_HZ_CLOCK / 1000)) - in get_timer()
92 delayticks = (usec * (CONFIG_SYS_HZ_CLOCK / 1000000)); in __udelay()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-armada100/
H A Dconfig.h21 #define CONFIG_SYS_HZ_CLOCK (3250000) /* Timer Freq. 3.25MHZ */ macro
/OK3568_Linux_fs/u-boot/spl/include/
H A Dautoconf.mk
/OK3568_Linux_fs/u-boot/tpl/include/
H A Dautoconf.mk
/OK3568_Linux_fs/u-boot/drivers/timer/
H A Dsti-timer.c49 uc_priv->clock_rate = CONFIG_SYS_HZ_CLOCK; in sti_timer_probe()
/OK3568_Linux_fs/u-boot/arch/arm/mach-keystone/
H A Dcmd_mon.c27 freq = CONFIG_SYS_HZ_CLOCK; in do_mon_install()
/OK3568_Linux_fs/u-boot/include/
H A Dautoconf.mk
/OK3568_Linux_fs/u-boot/arch/arm/mach-davinci/
H A Dtimer.c47 gd->arch.timer_rate_hz = CONFIG_SYS_HZ_CLOCK / TIM_CLK_DIV; in timer_init()

12