Lines Matching defs:base
94 * @base: The mapped register I/O base of this PC
102 void __iomem *base;
170 return readl(pc->base + reg);
175 writel_relaxed(val, pc->base + reg);
209 return readl_poll_timeout(pc->base + MTK_CQDMA_EN,
215 return readl_poll_timeout_atomic(pc->base + MTK_CQDMA_EN,
820 cqdma->pc[i]->base = devm_platform_ioremap_resource(pdev, i);
821 if (IS_ERR(cqdma->pc[i]->base))
822 return PTR_ERR(cqdma->pc[i]->base);