Searched refs:cntctlbase (Results 1 – 3 of 3) sorted by relevance
1447 void __iomem *cntctlbase; in arch_timer_mem_find_best_frame() local1451 cntctlbase = ioremap(timer_mem->cntctlbase, timer_mem->size); in arch_timer_mem_find_best_frame()1452 if (!cntctlbase) { in arch_timer_mem_find_best_frame()1454 &timer_mem->cntctlbase); in arch_timer_mem_find_best_frame()1458 cnttidr = readl_relaxed(cntctlbase + CNTTIDR); in arch_timer_mem_find_best_frame()1473 writel_relaxed(cntacr, cntctlbase + CNTACR(i)); in arch_timer_mem_find_best_frame()1474 cntacr = readl_relaxed(cntctlbase + CNTACR(i)); in arch_timer_mem_find_best_frame()1489 iounmap(cntctlbase); in arch_timer_mem_find_best_frame()1547 timer_mem->cntctlbase = res.start; in arch_timer_mem_of_init()1591 &timer_mem->cntctlbase); in arch_timer_mem_of_init()[all …]
80 phys_addr_t cntctlbase; member
209 timer_mem->cntctlbase = (phys_addr_t)block->block_address; in gtdt_parse_timer_block()