Home
last modified time | relevance | path

Searched refs:ccount_freq (Results 1 – 6 of 6) sorted by relevance

/arch/xtensa/kernel/
Dtime.c32 unsigned long ccount_freq; /* ccount Hz */ variable
33 EXPORT_SYMBOL(ccount_freq);
133 clockevents_config_and_register(clockevent, ccount_freq, in local_timer_setup()
142 printk("%d.%02d MHz\n", (int)ccount_freq/1000000, in time_init()
143 (int)(ccount_freq/10000)%100); in time_init()
145 ccount_freq = CONFIG_XTENSA_CPU_CLOCK*1000000UL; in time_init()
147 clocksource_register_hz(&ccount_clocksource, ccount_freq); in time_init()
150 sched_clock_register(ccount_sched_clock_read, 32, ccount_freq); in time_init()
174 loops_per_jiffy = ccount_freq / HZ; in calibrate_delay()
Dplatform.c44 ccount_freq = 10 * 1000000UL;
Dsetup.c598 ccount_freq/1000000, in c_show()
599 (ccount_freq/10000) % 100, in c_show()
/arch/xtensa/include/asm/
Ddelay.h40 unsigned long cycles = (usecs * (ccount_freq >> 15)) >> 5; in __udelay()
61 unsigned long cycles = (nsec * (ccount_freq >> 15)) >> 15; in __ndelay()
Dtimex.h34 extern unsigned long ccount_freq;
/arch/xtensa/platforms/xtfpga/
Dsetup.c184 ccount_freq = clk_freq; in platform_calibrate_ccount()