Searched refs:ccount_freq (Results 1 – 4 of 4) sorted by relevance
33 unsigned long ccount_freq; /* ccount Hz */ variable34 EXPORT_SYMBOL(ccount_freq);138 clockevents_config_and_register(clockevent, ccount_freq, in local_timer_setup()154 ccount_freq = clk_get_rate(clk); in calibrate_ccount()184 (int)ccount_freq / 1000000, in time_init()185 (int)(ccount_freq / 10000) % 100); in time_init()187 ccount_freq = CONFIG_XTENSA_CPU_CLOCK*1000000UL; in time_init()189 WARN(!ccount_freq, in time_init()192 clocksource_register_hz(&ccount_clocksource, ccount_freq); in time_init()197 sched_clock_register(ccount_sched_clock_read, 32, ccount_freq); in time_init()[all …]
43 ccount_freq = 10 * HZ_PER_MHZ; in platform_calibrate_ccount()
40 unsigned long cycles = (usecs * (ccount_freq >> 15)) >> 5; in __udelay()61 unsigned long cycles = (nsec * (ccount_freq >> 15)) >> 15; in __ndelay()
30 extern unsigned long ccount_freq;