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);
292 host->io_base = devm_platform_get_and_ioremap_resource(pdev, 0, &res);
293 if (IS_ERR(host->io_base))
294 return PTR_ERR(host->io_base);