Searched refs:cntctlbase (Results 1 – 2 of 2) sorted by relevance
1460 void __iomem *cntctlbase; in arch_timer_mem_find_best_frame() local1464 cntctlbase = ioremap(timer_mem->cntctlbase, timer_mem->size); in arch_timer_mem_find_best_frame()1465 if (!cntctlbase) { in arch_timer_mem_find_best_frame()1467 &timer_mem->cntctlbase); in arch_timer_mem_find_best_frame()1471 cnttidr = readl_relaxed(cntctlbase + CNTTIDR); in arch_timer_mem_find_best_frame()1486 writel_relaxed(cntacr, cntctlbase + CNTACR(i)); in arch_timer_mem_find_best_frame()1487 cntacr = readl_relaxed(cntctlbase + CNTACR(i)); in arch_timer_mem_find_best_frame()1502 iounmap(cntctlbase); in arch_timer_mem_find_best_frame()1560 timer_mem->cntctlbase = res.start; in arch_timer_mem_of_init()1604 &timer_mem->cntctlbase); in arch_timer_mem_of_init()[all …]
209 timer_mem->cntctlbase = (phys_addr_t)block->block_address; in gtdt_parse_timer_block()