Home
last modified time | relevance | path

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

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