Home
last modified time | relevance | path

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

/linux/arch/parisc/kernel/
H A Dtime.c20 static u64 cr16_clock_freq; variable
99 clockevents_config_and_register(cd, cr16_clock_freq, min_delta, max_delta); in parisc_clockevent_init()
208 cr16_clock_freq = 100 * PAGE0->mem_10msec; /* Hz */ in time_init()
209 clocktick = cr16_clock_freq / HZ; in time_init()
212 sched_clock_register(read_cr16_sched_clock, BITS_PER_LONG, cr16_clock_freq); in time_init()
217 clocksource_register_hz(&clocksource_cr16, cr16_clock_freq); in time_init()