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

/linux-master/drivers/clocksource/
H A Dtimer-tegra.c52 static void __iomem *timer_reg_base; variable
113 writel_relaxed(usec_config, timer_reg_base + TIMERUS_USEC_CFG);
169 return readl_relaxed(timer_reg_base + TIMERUS_CNTR_1US);
175 return readl_relaxed(timer_reg_base + TIMERUS_CNTR_1US);
262 timer_reg_base = timer_of_base(to);
299 writel_relaxed(usec_config, timer_reg_base + TIMERUS_USEC_CFG);
318 cpu_to->of_base.base = timer_reg_base + base;
337 ret = clocksource_mmio_init(timer_reg_base + TIMERUS_CNTR_1US,
366 to->of_base.base = timer_reg_base;

Completed in 482 milliseconds