Lines Matching defs:base
51 return readl(timer->base + offs);
57 writel(val, timer->base + offs);
62 return readl_relaxed(timer->base + offs);
68 writel_relaxed(val, timer->base + offs);
229 * @base: I/O base for the timer registers.
242 void __iomem *base, int irq, unsigned long freq)
251 dw_ced->timer.base = base;
371 * @base: The I/O base for the timer registers.
379 dw_apb_clocksource_init(unsigned rating, const char *name, void __iomem *base,
387 dw_cs->timer.base = base;