txx9_clocksource
struct txx9_clocksource *txx9_cs =
container_of(cs, struct txx9_clocksource, cs);
static struct txx9_clocksource txx9_clocksource = {
return __raw_readl(&txx9_clocksource.tmrptr->trr);
clocksource_register_hz(&txx9_clocksource.cs, TIMER_CLK(imbusclk));
txx9_clocksource.tmrptr = tmrptr;