Searched refs:ccount_freq (Results 1 – 6 of 6) sorted by relevance
32 unsigned long ccount_freq; /* ccount Hz */ variable33 EXPORT_SYMBOL(ccount_freq);134 clockevents_config_and_register(clockevent, ccount_freq, in local_timer_setup()143 printk("%d.%02d MHz\n", (int)ccount_freq/1000000, in time_init()144 (int)(ccount_freq/10000)%100); in time_init()146 ccount_freq = CONFIG_XTENSA_CPU_CLOCK*1000000UL; in time_init()148 clocksource_register_hz(&ccount_clocksource, ccount_freq); in time_init()151 sched_clock_register(ccount_sched_clock_read, 32, ccount_freq); in time_init()175 loops_per_jiffy = ccount_freq / HZ; in calibrate_delay()
44 ccount_freq = 10 * 1000000UL;
591 ccount_freq/1000000, in c_show()592 (ccount_freq/10000) % 100, in c_show()
40 unsigned long cycles = (usecs * (ccount_freq >> 15)) >> 5; in __udelay()61 unsigned long cycles = (nsec * (ccount_freq >> 15)) >> 15; in __ndelay()
34 extern unsigned long ccount_freq;
182 ccount_freq = clk_freq; in platform_calibrate_ccount()