Lines Matching refs:cntctlbase
1438 void __iomem *cntctlbase; in arch_timer_mem_find_best_frame() local
1442 cntctlbase = ioremap(timer_mem->cntctlbase, timer_mem->size); in arch_timer_mem_find_best_frame()
1443 if (!cntctlbase) { in arch_timer_mem_find_best_frame()
1445 &timer_mem->cntctlbase); in arch_timer_mem_find_best_frame()
1449 cnttidr = readl_relaxed(cntctlbase + CNTTIDR); in arch_timer_mem_find_best_frame()
1464 writel_relaxed(cntacr, cntctlbase + CNTACR(i)); in arch_timer_mem_find_best_frame()
1465 cntacr = readl_relaxed(cntctlbase + CNTACR(i)); in arch_timer_mem_find_best_frame()
1480 iounmap(cntctlbase); in arch_timer_mem_find_best_frame()
1538 timer_mem->cntctlbase = res.start; in arch_timer_mem_of_init()
1582 &timer_mem->cntctlbase); in arch_timer_mem_of_init()
1666 &timer->cntctlbase); in arch_timer_mem_acpi_init()