Searched refs:io_wrap (Results 1 – 4 of 4) sorted by relevance
140 if (WARN_ONCE(!core->io_wrap, "Accessed core has no wrapper/agent\n")) in bcma_host_soc_aread32()142 return readl(core->io_wrap + offset); in bcma_host_soc_aread32()148 if (WARN_ONCE(!core->io_wrap, "Accessed core has no wrapper/agent\n")) in bcma_host_soc_awrite32()150 writel(value, core->io_wrap + offset); in bcma_host_soc_awrite32()
426 core->io_wrap = ioremap(core->wrap, in bcma_get_next_core()428 if (!core->io_wrap) { in bcma_get_next_core()
124 if (core->io_wrap) in bcma_release_core_dev()125 iounmap(core->io_wrap); in bcma_release_core_dev()
285 void __iomem *io_wrap; member