Searched refs:clocksource_mips (Results 1 – 2 of 2) sorted by relevance
20 static struct clocksource clocksource_mips = { variable82 clocksource_mark_unstable(&clocksource_mips); in r4k_clocksource_unstable()114 clocksource_mips.rating = 200 + mips_hpt_frequency / 10000000; in init_r4k_clocksource()121 clocksource_mips.vdso_clock_mode = VDSO_CLOCKMODE_R4K; in init_r4k_clocksource()123 clocksource_register_hz(&clocksource_mips, mips_hpt_frequency); in init_r4k_clocksource()
107 static struct clocksource clocksource_mips = { variable119 u64 mult = clocksource_mips.mult; in sched_clock()120 u64 shift = clocksource_mips.shift; in sched_clock()140 clocksource_mips.rating = 300; in plat_time_init()141 clocksource_register_hz(&clocksource_mips, octeon_get_clock_rate()); in plat_time_init()
Completed in 22 milliseconds