Home
last modified time | relevance | path

Searched refs:CCOUNT_PER_JIFFY (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/xtensa/kernel/
Dtime.c70 clocksource_hz2mult(CCOUNT_PER_JIFFY * HZ, in time_init()
77 set_linux_timer(get_ccount() + CCOUNT_PER_JIFFY); in time_init()
103 next += CCOUNT_PER_JIFFY; in timer_interrupt()
122 loops_per_jiffy = CCOUNT_PER_JIFFY; in calibrate_delay()
Dsetup.c346 CCOUNT_PER_JIFFY/(1000000/HZ), in c_show()
347 (CCOUNT_PER_JIFFY/(10000/HZ)) % 100, in c_show()
/linux-2.6.39/arch/xtensa/include/asm/
Dtimex.h43 #define CCOUNT_PER_JIFFY ccount_per_jiffy macro
46 #define CCOUNT_PER_JIFFY (CONFIG_XTENSA_CPU_CLOCK*(1000000UL/HZ)) macro