io_wrap           140 drivers/bcma/host_soc.c 	if (WARN_ONCE(!core->io_wrap, "Accessed core has no wrapper/agent\n"))
io_wrap           142 drivers/bcma/host_soc.c 	return readl(core->io_wrap + offset);
io_wrap           148 drivers/bcma/host_soc.c 	if (WARN_ONCE(!core->io_wrap, "Accessed core has no wrapper/agent\n"))
io_wrap           150 drivers/bcma/host_soc.c 	writel(value, core->io_wrap + offset);
io_wrap           123 drivers/bcma/main.c 	if (core->io_wrap)
io_wrap           124 drivers/bcma/main.c 		iounmap(core->io_wrap);
io_wrap           432 drivers/bcma/scan.c 			core->io_wrap = ioremap_nocache(core->wrap,
io_wrap           434 drivers/bcma/scan.c 			if (!core->io_wrap) {
io_wrap           285 include/linux/bcma/bcma.h 	void __iomem *io_wrap;