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

/linux-4.1.27/arch/mips/kernel/
H A Dcevt-txx9.c25 struct txx9_clocksource { struct
32 struct txx9_clocksource *txx9_cs = txx9_cs_read()
33 container_of(cs, struct txx9_clocksource, cs); txx9_cs_read()
40 static struct txx9_clocksource txx9_clocksource = { variable in typeref:struct:txx9_clocksource
52 return __raw_readl(&txx9_clocksource.tmrptr->trr); txx9_read_sched_clock()
60 clocksource_register_hz(&txx9_clocksource.cs, TIMER_CLK(imbusclk)); txx9_clocksource_init()
69 txx9_clocksource.tmrptr = tmrptr; txx9_clocksource_init()

Completed in 65 milliseconds