Lines Matching refs:base
39 void __iomem *base;
78 void __iomem *base = chan_info->mhu->mlink[chan_info->pchan].rx_reg;
80 writel_relaxed(BIT(chan_info->doorbell), base + INTR_CLR_OFS);
100 void __iomem *base = mhu->mlink[pchan].rx_reg;
102 bits = readl_relaxed(base + INTR_STAT_OFS);
140 void __iomem *base = chan_info->mhu->mlink[chan_info->pchan].tx_reg;
142 if (readl_relaxed(base + INTR_STAT_OFS) & BIT(chan_info->doorbell))
151 void __iomem *base = chan_info->mhu->mlink[chan_info->pchan].tx_reg;
154 writel_relaxed(BIT(chan_info->doorbell), base + INTR_SET_OFS);
279 mhu->base = devm_ioremap_resource(dev, &adev->res);
280 if (IS_ERR(mhu->base))
281 return PTR_ERR(mhu->base);
314 mhu->mlink[i].rx_reg = mhu->base + mhu_reg[i];