Lines Matching defs:cntctlbase
1359 void __iomem *cntctlbase;
1363 cntctlbase = ioremap(timer_mem->cntctlbase, timer_mem->size);
1364 if (!cntctlbase) {
1366 &timer_mem->cntctlbase);
1370 cnttidr = readl_relaxed(cntctlbase + CNTTIDR);
1385 writel_relaxed(cntacr, cntctlbase + CNTACR(i));
1386 cntacr = readl_relaxed(cntctlbase + CNTACR(i));
1401 iounmap(cntctlbase);
1460 timer_mem->cntctlbase = res.start;
1504 &timer_mem->cntctlbase);
1588 &timer->cntctlbase);