Home
last modified time | relevance | path

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

/Linux-v4.19/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()
/Linux-v4.19/arch/mips/cavium-octeon/
Dcsrc-octeon.c106 static struct clocksource clocksource_mips = { variable
118 u64 mult = clocksource_mips.mult; in sched_clock()
119 u64 shift = clocksource_mips.shift; in sched_clock()
139 clocksource_mips.rating = 300; in plat_time_init()
140 clocksource_register_hz(&clocksource_mips, octeon_get_clock_rate()); in plat_time_init()