Searched refs:CCOUNT_PER_JIFFY (Results 1 – 3 of 3) sorted by relevance
70 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()
346 CCOUNT_PER_JIFFY/(1000000/HZ), in c_show()347 (CCOUNT_PER_JIFFY/(10000/HZ)) % 100, in c_show()
43 #define CCOUNT_PER_JIFFY ccount_per_jiffy macro46 #define CCOUNT_PER_JIFFY (CONFIG_XTENSA_CPU_CLOCK*(1000000UL/HZ)) macro