Lines Matching refs:base
238 void __iomem *base;
242 base = ioremap((resource_size_t)scu_ipc_mmio, scu_len);
243 if (base == NULL) {
249 writel(0xff11d118, base + 0x0c);
250 writel(0x7fffffdf, base + 0x80);
251 writel(0x42005, base + 0x0);
252 scu_busy_loop(base);
255 writel(0xff11d118, base + 0x0c);
256 writel(0x7fffffff, base + 0x80);
257 writel(0x42005, base + 0x0);
258 scu_busy_loop(base);
260 iounmap(base);
643 connector = &gma_connector->base;
644 encoder = &gma_encoder->base;