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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dcevt-txx9.c23 struct txx9_clocksource { struct
30 struct txx9_clocksource *txx9_cs =
31 container_of(cs, struct txx9_clocksource, cs);
38 static struct txx9_clocksource txx9_clocksource = { variable in typeref:struct:txx9_clocksource
53 clocksource_set_clock(&txx9_clocksource.cs, TIMER_CLK(imbusclk));
54 clocksource_register(&txx9_clocksource.cs);
63 txx9_clocksource.tmrptr = tmrptr;

Completed in 48 milliseconds