Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/bcma/
Dhost_soc.c137 return readl(core->io_wrap + offset); in bcma_host_soc_aread32()
143 writel(value, core->io_wrap + offset); in bcma_host_soc_awrite32()
Dmain.c81 if (core->io_wrap) in bcma_release_core_dev()
82 iounmap(core->io_wrap); in bcma_release_core_dev()
Dscan.c355 core->io_wrap = ioremap_nocache(core->wrap, BCMA_CORE_SIZE); in bcma_get_next_core()
356 if (!core->io_wrap) { in bcma_get_next_core()
/linux-3.4.99/include/linux/bcma/
Dbcma.h145 void __iomem *io_wrap; member