Searched refs:CONFIG_SYS_HZ_CLOCK (Results 1 – 25 of 32) sorted by relevance
12
14 #ifndef CONFIG_SYS_HZ_CLOCK29 #ifdef CONFIG_SYS_HZ_CLOCK in timer_init()30 gd->arch.timer_rate_hz = CONFIG_SYS_HZ_CLOCK; in timer_init()
86 div_timer = CONFIG_SYS_HZ_CLOCK; in timer_init()162 unsigned long long tmp = CONFIG_SYS_HZ_CLOCK; in get_tbclk()
77 #if defined(CONFIG_SYS_HZ_CLOCK) in timer_init()78 gd->arch.timer_rate_hz = CONFIG_SYS_HZ_CLOCK; in timer_init()
26 #define TIMER_LOAD_VAL (CONFIG_SYS_HZ_CLOCK/CONFIG_SYS_HZ)96 tmo = CONFIG_SYS_HZ_CLOCK / 1000; in udelay_masked()
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()
49 uc_priv->clock_rate = CONFIG_SYS_HZ_CLOCK; in sti_timer_probe()
312 #define CONFIG_SYS_HZ_CLOCK ks_clk_get_rate(KS2_CLK1_6) macro314 #define CONFIG_SYS_HZ_CLOCK get_external_clk(sys_clk) macro
20 #define CONFIG_SYS_HZ_CLOCK 24000000 /* Timer 1 is clocked at 24Mhz */ macro
26 #define CONFIG_SYS_HZ_CLOCK 1000000 macro
20 #define CONFIG_SYS_HZ_CLOCK 1000000 /* Timer 1 is clocked at 1Mhz */ macro
39 #define CONFIG_SYS_HZ_CLOCK 1000000 /* Timer is clocked at 1MHz */ macro
44 #define CONFIG_SYS_HZ_CLOCK 1000000 /* Timer is clocked at 1MHz */ macro
17 #define CONFIG_SYS_HZ_CLOCK 1000000000 /* 1 GHz */ macro
38 #define CONFIG_SYS_HZ_CLOCK 1000000 /* Timer is clocked at 1MHz */ macro
24 #define CONFIG_SYS_HZ_CLOCK clk_get(DAVINCI_AUXCLK_CLKID) macro
48 #define CONFIG_SYS_HZ_CLOCK 1000000 /* Fixed at 1Mhz from TSTMR */ macro
41 #define CONFIG_SYS_HZ_CLOCK (AT91C_MASTER_CLOCK / 2) macro
29 #define CONFIG_SYS_HZ_CLOCK clk_get(DAVINCI_AUXCLK_CLKID) macro
22 #define CONFIG_SYS_HZ_CLOCK 8300000 macro
82 return ((get_timer_masked() / (CONFIG_SYS_HZ_CLOCK / 1000)) - in get_timer()91 delayticks = (usec * (CONFIG_SYS_HZ_CLOCK / 1000000)); in __udelay()
20 #define CONFIG_SYS_HZ_CLOCK (3250000) /* Timer Freq. 3.25MHZ */ macro
26 freq = CONFIG_SYS_HZ_CLOCK; in do_mon_install()
46 gd->arch.timer_rate_hz = CONFIG_SYS_HZ_CLOCK / TIM_CLK_DIV; in timer_init()