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

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

Completed in 131 milliseconds