| /OK3568_Linux_fs/u-boot/arch/arm/mach-stm32/stm32f4/ |
| H A D | timer.c | 54 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 D | timer.c | 15 #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 D | arch_timer.c | 20 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 D | timer.c | 87 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 D | systick-timer.c | 78 #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 D | timer.c | 27 #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 D | ti_armv7_keystone2.h | 312 #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 D | integratorap.h | 21 #define CONFIG_SYS_HZ_CLOCK 24000000 /* Timer 1 is clocked at 24Mhz */ macro
|
| H A D | stih410-b2260.h | 19 #define CONFIG_SYS_HZ_CLOCK 1000000000 /* 1 GHz */ macro
|
| H A D | integratorcp.h | 21 #define CONFIG_SYS_HZ_CLOCK 1000000 /* Timer 1 is clocked at 1Mhz */ macro
|
| H A D | stm32f429-discovery.h | 53 #define CONFIG_SYS_HZ_CLOCK 1000000 /* Timer is clocked at 1MHz */ macro
|
| H A D | stm32f746-disco.h | 42 #define CONFIG_SYS_HZ_CLOCK 1000000 /* Timer is clocked at 1MHz */ macro
|
| H A D | mx7ulp_evk.h | 51 #define CONFIG_SYS_HZ_CLOCK 1000000 /* Fixed at 1Mhz from TSTMR */ macro
|
| H A D | at91rm9200ek.h | 45 #define CONFIG_SYS_HZ_CLOCK (AT91C_MASTER_CLOCK / 2) macro
|
| H A D | ea20.h | 33 #define CONFIG_SYS_HZ_CLOCK clk_get(DAVINCI_AUXCLK_CLKID) macro
|
| H A D | legoev3.h | 28 #define CONFIG_SYS_HZ_CLOCK clk_get(DAVINCI_AUXCLK_CLKID) macro
|
| H A D | rockchip-common.h | 19 #define CONFIG_SYS_HZ_CLOCK 24000000 macro
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/arm926ejs/armada100/ |
| H A D | timer.c | 83 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 D | config.h | 21 #define CONFIG_SYS_HZ_CLOCK (3250000) /* Timer Freq. 3.25MHZ */ macro
|
| /OK3568_Linux_fs/u-boot/spl/include/ |
| H A D | autoconf.mk | |
| /OK3568_Linux_fs/u-boot/tpl/include/ |
| H A D | autoconf.mk | |
| /OK3568_Linux_fs/u-boot/drivers/timer/ |
| H A D | sti-timer.c | 49 uc_priv->clock_rate = CONFIG_SYS_HZ_CLOCK; in sti_timer_probe()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-keystone/ |
| H A D | cmd_mon.c | 27 freq = CONFIG_SYS_HZ_CLOCK; in do_mon_install()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | autoconf.mk | |
| /OK3568_Linux_fs/u-boot/arch/arm/mach-davinci/ |
| H A D | timer.c | 47 gd->arch.timer_rate_hz = CONFIG_SYS_HZ_CLOCK / TIM_CLK_DIV; in timer_init()
|