Home
last modified time | relevance | path

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

/arch/mips/kernel/
Dcsrc-r4k.c19 static struct clocksource clocksource_mips = { variable
74 clocksource_mips.rating = 200 + mips_hpt_frequency / 10000000; in init_r4k_clocksource()
81 clocksource_mips.archdata.vdso_clock_mode = VDSO_CLOCK_R4K; in init_r4k_clocksource()
83 clocksource_register_hz(&clocksource_mips, mips_hpt_frequency); in init_r4k_clocksource()
/arch/mips/cavium-octeon/
Dcsrc-octeon.c101 static struct clocksource clocksource_mips = { variable
113 u64 mult = clocksource_mips.mult; in sched_clock()
114 u64 shift = clocksource_mips.shift; in sched_clock()
134 clocksource_mips.rating = 300; in plat_time_init()
135 clocksource_register_hz(&clocksource_mips, octeon_get_clock_rate()); in plat_time_init()