Lines Matching refs:base
91 void __iomem *base;
103 val = readl_relaxed(tmu->base + TRITSR) & TRITSR_TEMP0_VAL_MASK;
124 val = readl_relaxed(tmu->base + TRITSR);
157 val = readl_relaxed(tmu->base + TER);
161 writel_relaxed(val, tmu->base + TER);
168 val = readl_relaxed(tmu->base + TPS);
170 writel_relaxed(val, tmu->base + TPS);
188 tmu->base + TASR);
193 tmu->base + TCALIV(0));
230 tmu->base + TCALIV(0));
232 tmu->base + TCALIV(1));
240 tmu->base + TASR);
247 tmu->base + TRIM);
254 tmu->base + TCALIV(0));
260 tmu->base + TCALIV(1));
266 tmu->base + TCALIV(2));
310 tmu->base = devm_platform_ioremap_resource(pdev, 0);
311 if (IS_ERR(tmu->base))
312 return PTR_ERR(tmu->base);