Lines Matching defs:base
47 void __iomem *base;
67 val = readq(de->base + EMIF_STAT);
80 void __iomem *base = de->base;
90 val = readq(base + EMIF_CTRL);
93 writeq(val, base + EMIF_CTRL);
96 if (readq_poll_timeout(base + EMIF_STAT, val,
203 readq(de->base + EMIF_CAPABILITY_BASE));
206 readq(de->base + EMIF_CAPABILITY_BASE));
230 de->base = devm_ioremap_resource(dev, &ddev->mmio_res);
231 if (IS_ERR(de->base))
232 return PTR_ERR(de->base);