Lines Matching refs:base
37 void __iomem *base;
60 u32 old = readl(ce->base + TIMER_CNTVAL_LO_REG(1));
62 while ((old - readl(ce->base + TIMER_CNTVAL_LO_REG(1))) < TIMER_SYNC_TICKS)
68 u32 val = readl(ce->base + TIMER_CTL_REG(timer));
69 writel(val & ~TIMER_CTL_ENABLE, ce->base + TIMER_CTL_REG(timer));
76 writel(delay, ce->base + TIMER_INTVAL_LO_REG(timer));
81 u32 val = readl(ce->base + TIMER_CTL_REG(timer));
89 ce->base + TIMER_CTL_REG(timer));
135 writel(0x1, ce->base + TIMER_IRQ_ST_REG);
145 return ~readl(cs->base + TIMER_CNTVAL_LO_REG(1));
176 void __iomem *base = cs->base;
179 writel(~0, base + TIMER_INTVAL_LO_REG(1));
181 base + TIMER_CTL_REG(1));
203 void __iomem *base = ce->base;
219 val = readl(base + TIMER_IRQ_EN_REG);
220 writel(val | TIMER_IRQ_EN(0), base + TIMER_IRQ_EN_REG);
276 st->base = timer_base;