Lines Matching defs:base
95 * @base: The mapped register I/O base of this PC
103 void __iomem *base;
171 return readl(pc->base + reg);
176 writel_relaxed(val, pc->base + reg);
210 return readl_poll_timeout(pc->base + MTK_CQDMA_EN,
216 return readl_poll_timeout_atomic(pc->base + MTK_CQDMA_EN,
822 cqdma->pc[i]->base = devm_platform_ioremap_resource(pdev, i);
823 if (IS_ERR(cqdma->pc[i]->base))
824 return PTR_ERR(cqdma->pc[i]->base);