Lines Matching defs:cntctlbase
1487 void __iomem *cntctlbase;
1491 cntctlbase = ioremap(timer_mem->cntctlbase, timer_mem->size);
1492 if (!cntctlbase) {
1494 &timer_mem->cntctlbase);
1498 cnttidr = readl_relaxed(cntctlbase + CNTTIDR);
1513 writel_relaxed(cntacr, cntctlbase + CNTACR(i));
1514 cntacr = readl_relaxed(cntctlbase + CNTACR(i));
1529 iounmap(cntctlbase);
1587 timer_mem->cntctlbase = res.start;
1631 &timer_mem->cntctlbase);
1715 &timer->cntctlbase);