Lines Matching refs:cntctlbase
1350 void __iomem *cntctlbase; in arch_timer_mem_find_best_frame() local
1354 cntctlbase = ioremap(timer_mem->cntctlbase, timer_mem->size); in arch_timer_mem_find_best_frame()
1355 if (!cntctlbase) { in arch_timer_mem_find_best_frame()
1357 &timer_mem->cntctlbase); in arch_timer_mem_find_best_frame()
1361 cnttidr = readl_relaxed(cntctlbase + CNTTIDR); in arch_timer_mem_find_best_frame()
1376 writel_relaxed(cntacr, cntctlbase + CNTACR(i)); in arch_timer_mem_find_best_frame()
1377 cntacr = readl_relaxed(cntctlbase + CNTACR(i)); in arch_timer_mem_find_best_frame()
1392 iounmap(cntctlbase); in arch_timer_mem_find_best_frame()
1451 timer_mem->cntctlbase = res.start; in arch_timer_mem_of_init()
1495 &timer_mem->cntctlbase); in arch_timer_mem_of_init()
1579 &timer->cntctlbase); in arch_timer_mem_acpi_init()