Lines Matching refs:cntctlbase
1508 void __iomem *cntctlbase; in arch_timer_mem_find_best_frame() local
1512 cntctlbase = ioremap(timer_mem->cntctlbase, timer_mem->size); in arch_timer_mem_find_best_frame()
1513 if (!cntctlbase) { in arch_timer_mem_find_best_frame()
1515 &timer_mem->cntctlbase); in arch_timer_mem_find_best_frame()
1519 cnttidr = readl_relaxed(cntctlbase + CNTTIDR); in arch_timer_mem_find_best_frame()
1534 writel_relaxed(cntacr, cntctlbase + CNTACR(i)); in arch_timer_mem_find_best_frame()
1535 cntacr = readl_relaxed(cntctlbase + CNTACR(i)); in arch_timer_mem_find_best_frame()
1550 iounmap(cntctlbase); in arch_timer_mem_find_best_frame()
1607 timer_mem->cntctlbase = res.start; in arch_timer_mem_of_init()
1647 &timer_mem->cntctlbase); in arch_timer_mem_of_init()
1731 &timer->cntctlbase); in arch_timer_mem_acpi_init()