Lines Matching defs:base
27 void __iomem *base)
38 writel(0xffff, base + TIMER_LOAD);
39 writel(ctrl, base + TIMER_CTRL);
41 ret = clocksource_mmio_init(base + TIMER_VALUE, "timer2",
46 sched_clk_base = base;
127 void __iomem *base, int irq)
133 clkevt_base = base;
161 void __iomem *base;
168 base = of_io_request_and_map(node, 0, "integrator-timer");
169 if (IS_ERR(base))
170 return PTR_ERR(base);
179 writel(0, base + TIMER_CTRL);
199 return integrator_clocksource_init(rate, base);
215 return integrator_clockevent_init(rate, base, irq);
218 pr_info("Timer @%p unused\n", base);