Lines Matching refs:cntctlbase
1486 void __iomem *cntctlbase; in arch_timer_mem_find_best_frame() local
1490 cntctlbase = ioremap(timer_mem->cntctlbase, timer_mem->size); in arch_timer_mem_find_best_frame()
1491 if (!cntctlbase) { in arch_timer_mem_find_best_frame()
1493 &timer_mem->cntctlbase); in arch_timer_mem_find_best_frame()
1497 cnttidr = readl_relaxed(cntctlbase + CNTTIDR); in arch_timer_mem_find_best_frame()
1512 writel_relaxed(cntacr, cntctlbase + CNTACR(i)); in arch_timer_mem_find_best_frame()
1513 cntacr = readl_relaxed(cntctlbase + CNTACR(i)); in arch_timer_mem_find_best_frame()
1528 iounmap(cntctlbase); in arch_timer_mem_find_best_frame()
1586 timer_mem->cntctlbase = res.start; in arch_timer_mem_of_init()
1630 &timer_mem->cntctlbase); in arch_timer_mem_of_init()
1714 &timer->cntctlbase); in arch_timer_mem_acpi_init()