Searched refs:cntctlbase (Results 1 – 3 of 3) sorted by relevance
198 void __iomem *cntctlbase; in find_best_frame() local201 cntctlbase = ioremap(at->gt_block->cntctlbase, at->gt_block->size); in find_best_frame()202 if (!cntctlbase) { in find_best_frame()204 &at->gt_block->cntctlbase); in find_best_frame()208 cnttidr = readl_relaxed(cntctlbase + CNTTIDR); in find_best_frame()223 writel_relaxed(cntacr, cntctlbase + CNTACR(i)); in find_best_frame()224 cntacr = readl_relaxed(cntctlbase + CNTACR(i)); in find_best_frame()243 iounmap(cntctlbase); in find_best_frame()334 at->gt_block->cntctlbase = res.start; in of_populate_gt_block()405 &at->gt_block->cntctlbase); in arch_timer_mmio_probe()
82 phys_addr_t cntctlbase; member
224 timer_mem->cntctlbase = (phys_addr_t)block->block_address; in gtdt_parse_timer_block()