Home
last modified time | relevance | path

Searched refs:io_wrap (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/bcma/
A Dhost_soc.c140 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()
A Dscan.c426 core->io_wrap = ioremap(core->wrap, in bcma_get_next_core()
428 if (!core->io_wrap) { in bcma_get_next_core()
A Dmain.c123 if (core->io_wrap) in bcma_release_core_dev()
124 iounmap(core->io_wrap); in bcma_release_core_dev()
/linux/include/linux/bcma/
A Dbcma.h285 void __iomem *io_wrap; member

Completed in 10 milliseconds