Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clocksource/
H A Darm_arch_timer.c1487 void __iomem *cntctlbase; in arch_timer_mem_find_best_frame() local
1491 cntctlbase = ioremap(timer_mem->cntctlbase, timer_mem->size); in arch_timer_mem_find_best_frame()
1492 if (!cntctlbase) { in arch_timer_mem_find_best_frame()
1494 &timer_mem->cntctlbase); in arch_timer_mem_find_best_frame()
1498 cnttidr = readl_relaxed(cntctlbase + CNTTIDR); in arch_timer_mem_find_best_frame()
1513 writel_relaxed(cntacr, cntctlbase + CNTACR(i)); in arch_timer_mem_find_best_frame()
1514 cntacr = readl_relaxed(cntctlbase + CNTACR(i)); in arch_timer_mem_find_best_frame()
1529 iounmap(cntctlbase); in arch_timer_mem_find_best_frame()
1587 timer_mem->cntctlbase = res.start; in arch_timer_mem_of_init()
1631 &timer_mem->cntctlbase); in arch_timer_mem_of_init()
[all …]
/openbmc/linux/include/clocksource/
H A Darm_arch_timer.h81 phys_addr_t cntctlbase; member
/openbmc/linux/drivers/acpi/arm64/
H A Dgtdt.c209 timer_mem->cntctlbase = (phys_addr_t)block->block_address; in gtdt_parse_timer_block()