Searched refs:ioremap_flags (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/lib/
H A Ddevres.c12 #include <linux/io.h> /* ioremap_flags() */
16 * devm_ioremap_prot - Managed ioremap_flags()
34 addr = ioremap_flags(offset, size, flags);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/mm/
H A Dpgtable_64.c256 void __iomem * ioremap_flags(phys_addr_t addr, unsigned long size, function
312 EXPORT_SYMBOL(ioremap_flags); variable
H A Dpgtable_32.c136 ioremap_flags(phys_addr_t addr, unsigned long size, unsigned long flags) function
155 EXPORT_SYMBOL(ioremap_flags); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dio.h619 * * ioremap_flags allows to specify the page flags as an argument and can
621 * same thing as ioremap_flags.
632 * ioremap_flags and cannot be hooked (but can be used by a hook on one
643 extern void __iomem *ioremap_flags(phys_addr_t address, unsigned long size,
646 #define ioremap_prot(addr, size, prot) ioremap_flags((addr), (size), (prot))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/sysdev/
H A Daxonram.c220 bank->io_addr = (unsigned long) ioremap_flags(
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/ps3/
H A Dspu.c200 * inforced by ioremap_flags() to get the needed PTE bits set for the
217 spu->local_store = (__force void *)ioremap_flags(spu->local_store_phys,

Completed in 117 milliseconds