Home
last modified time | relevance | path

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

/linux-2.6.39/arch/mips/kernel/
Dcevt-txx9.c24 struct txx9_clocksource { struct
31 struct txx9_clocksource *txx9_cs = in txx9_cs_read() argument
32 container_of(cs, struct txx9_clocksource, cs); in txx9_cs_read()
39 static struct txx9_clocksource txx9_clocksource = { variable
54 clocksource_set_clock(&txx9_clocksource.cs, TIMER_CLK(imbusclk)); in txx9_clocksource_init()
55 clocksource_register(&txx9_clocksource.cs); in txx9_clocksource_init()
64 txx9_clocksource.tmrptr = tmrptr; in txx9_clocksource_init()