Lines Matching refs:cntctlbase
1452 void __iomem *cntctlbase; in arch_timer_mem_find_best_frame() local
1456 cntctlbase = ioremap(timer_mem->cntctlbase, timer_mem->size); in arch_timer_mem_find_best_frame()
1457 if (!cntctlbase) { in arch_timer_mem_find_best_frame()
1459 &timer_mem->cntctlbase); in arch_timer_mem_find_best_frame()
1463 cnttidr = readl_relaxed(cntctlbase + CNTTIDR); in arch_timer_mem_find_best_frame()
1478 writel_relaxed(cntacr, cntctlbase + CNTACR(i)); in arch_timer_mem_find_best_frame()
1479 cntacr = readl_relaxed(cntctlbase + CNTACR(i)); in arch_timer_mem_find_best_frame()
1494 iounmap(cntctlbase); in arch_timer_mem_find_best_frame()
1552 timer_mem->cntctlbase = res.start; in arch_timer_mem_of_init()
1596 &timer_mem->cntctlbase); in arch_timer_mem_of_init()
1680 &timer->cntctlbase); in arch_timer_mem_acpi_init()