Lines Matching defs:io_base
39 void __iomem *io_base;
46 writel(SPDIF_OUT_RESET, host->io_base + SPDIF_OUT_SOFT_RST);
48 writel(readl(host->io_base + SPDIF_OUT_SOFT_RST) & ~SPDIF_OUT_RESET,
49 host->io_base + SPDIF_OUT_SOFT_RST);
54 host->io_base + SPDIF_OUT_CFG);
56 writel(0x7F, host->io_base + SPDIF_OUT_INT_STA_CLR);
57 writel(0x7F, host->io_base + SPDIF_OUT_INT_EN_CLR);
99 ctrl = readl(host->io_base + SPDIF_OUT_CTRL);
102 writel(ctrl, host->io_base + SPDIF_OUT_CTRL);
165 ctrl = readl(host->io_base + SPDIF_OUT_CTRL);
172 writel(ctrl, host->io_base + SPDIF_OUT_CTRL);
178 ctrl = readl(host->io_base + SPDIF_OUT_CTRL);
181 writel(ctrl, host->io_base + SPDIF_OUT_CTRL);
197 val = readl(host->io_base + SPDIF_OUT_CTRL);
209 writel(val, host->io_base + SPDIF_OUT_CTRL);
291 host->io_base = devm_ioremap_resource(&pdev->dev, res);
292 if (IS_ERR(host->io_base))
293 return PTR_ERR(host->io_base);