Lines Matching defs:base
235 void __iomem *base;
239 base = ioremap((resource_size_t)scu_ipc_mmio, scu_len);
240 if (base == NULL) {
246 writel(0xff11d118, base + 0x0c);
247 writel(0x7fffffdf, base + 0x80);
248 writel(0x42005, base + 0x0);
249 scu_busy_loop(base);
252 writel(0xff11d118, base + 0x0c);
253 writel(0x7fffffff, base + 0x80);
254 writel(0x42005, base + 0x0);
255 scu_busy_loop(base);
257 iounmap(base);
640 connector = &gma_connector->base;
641 encoder = &gma_encoder->base;