Searched refs:CONFIG_SYS_HZ_CLOCK (Results 1 – 25 of 33) sorted by relevance
12
17 #ifndef CONFIG_SYS_HZ_CLOCK32 #ifdef CONFIG_SYS_HZ_CLOCK in timer_init()33 gd->arch.timer_rate_hz = CONFIG_SYS_HZ_CLOCK; in timer_init()
88 div_timer = CONFIG_SYS_HZ_CLOCK; in timer_init()159 unsigned long long tmp = CONFIG_SYS_HZ_CLOCK; in get_tbclk()
20 #define CONFIG_SYS_HZ_CLOCK 24000000 /* Timer 1 is clocked at 24Mhz */ macro
28 #define CONFIG_SYS_HZ_CLOCK 1000000 /* Timer is clocked at 1MHz */ macro
20 #define CONFIG_SYS_HZ_CLOCK 1000000 /* Timer 1 is clocked at 1Mhz */ macro
25 #define CONFIG_SYS_HZ_CLOCK 1000000 macro
18 #define CONFIG_SYS_HZ_CLOCK 24000000 macro
17 #define CONFIG_SYS_HZ_CLOCK 24000000 macro
30 #define CONFIG_SYS_HZ_CLOCK 1000000 /* Timer is clocked at 1MHz */ macro
20 #define CONFIG_SYS_HZ_CLOCK 24000000 macro
278 #define CONFIG_SYS_HZ_CLOCK ks_clk_get_rate(KS2_CLK1_6) macro280 #define CONFIG_SYS_HZ_CLOCK get_external_clk(sys_clk) macro
33 #define CONFIG_SYS_HZ_CLOCK 1000000 /* Fixed at 1MHz from TSTMR */ macro
37 #define CONFIG_SYS_HZ_CLOCK 1000000 /* Timer is clocked at 1MHz */ macro
24 #define CONFIG_SYS_HZ_CLOCK clk_get(DAVINCI_AUXCLK_CLKID) macro
23 #define CONFIG_SYS_HZ_CLOCK 1000000 /* Fixed at 1Mhz from TSTMR */ macro
18 #define CONFIG_SYS_HZ_CLOCK 1000000000 /* 1 GHz */ macro
41 #define CONFIG_SYS_HZ_CLOCK (AT91C_MASTER_CLOCK / 2) macro
81 #if defined(CONFIG_SYS_HZ_CLOCK) in timer_init()82 gd->arch.timer_rate_hz = CONFIG_SYS_HZ_CLOCK; in timer_init()
20 #define CONFIG_SYS_HZ_CLOCK (3250000) /* Timer Freq. 3.25MHZ */ macro
30 #define TIMER_LOAD_VAL (CONFIG_SYS_HZ_CLOCK/CONFIG_SYS_HZ)95 tmo = CONFIG_SYS_HZ_CLOCK / 1000; in __udelay()
100 psc = (rate / CONFIG_SYS_HZ_CLOCK) - 1; in stm32_timer_probe()104 uc_priv->clock_rate = CONFIG_SYS_HZ_CLOCK; in stm32_timer_probe()
87 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