Lines Matching refs:cntctlbase
1359 void __iomem *cntctlbase; in arch_timer_mem_find_best_frame() local
1363 cntctlbase = ioremap(timer_mem->cntctlbase, timer_mem->size); in arch_timer_mem_find_best_frame()
1364 if (!cntctlbase) { in arch_timer_mem_find_best_frame()
1366 &timer_mem->cntctlbase); in arch_timer_mem_find_best_frame()
1370 cnttidr = readl_relaxed(cntctlbase + CNTTIDR); in arch_timer_mem_find_best_frame()
1385 writel_relaxed(cntacr, cntctlbase + CNTACR(i)); in arch_timer_mem_find_best_frame()
1386 cntacr = readl_relaxed(cntctlbase + CNTACR(i)); in arch_timer_mem_find_best_frame()
1401 iounmap(cntctlbase); in arch_timer_mem_find_best_frame()
1460 timer_mem->cntctlbase = res.start; in arch_timer_mem_of_init()
1504 &timer_mem->cntctlbase); in arch_timer_mem_of_init()
1588 &timer->cntctlbase); in arch_timer_mem_acpi_init()