Home
last modified time | relevance | path

Searched refs:cntctlbase (Results 1 – 2 of 2) sorted by relevance

/drivers/clocksource/
Darm_arch_timer.c1460 void __iomem *cntctlbase; in arch_timer_mem_find_best_frame() local
1464 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 …]
/drivers/acpi/arm64/
Dgtdt.c209 timer_mem->cntctlbase = (phys_addr_t)block->block_address; in gtdt_parse_timer_block()