Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/clocksource/
Dqcom-timer.c104 static void __iomem *source_base; variable
108 return readl_relaxed(source_base + TIMER_COUNT_VAL); in msm_read_timer_count()
226 writel_relaxed(TIMER_ENABLE_EN, source_base + TIMER_ENABLE); in msm_timer_init()
280 source_base = cpu0_base + 0x24; in msm_dt_timer_init()
282 writel_relaxed(DGT_CLK_CTL_DIV_4, source_base + DGT_CLK_CTL); in msm_dt_timer_init()
301 source_base = base + source; in msm_timer_map()