Home
last modified time | relevance | path

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

/linux-2.6.39/arch/mips/kernel/
Dcsrc-powertv.c123 static struct clocksource clocksource_tim_c = { variable
165 clocksource_tim_c.mult = k; in powertv_tim_c_clocksource_init()
166 clocksource_tim_c.shift = s; in powertv_tim_c_clocksource_init()
167 clocksource_tim_c.rating = 200; in powertv_tim_c_clocksource_init()
169 clocksource_register(&clocksource_tim_c); in powertv_tim_c_clocksource_init()