HomeSort by relevance Sort by last modified time
    Searched defs:ioremap (Results 1 - 7 of 7) sorted by null

  /bionic/libc/kernel/arch-mips/asm/
io.h 36 #include <ioremap.h>
67 #define ioremap(offset, size) __ioremap_mode((offset), (size), _CACHE_UNCACHED) macro
  /development/ndk/platforms/android-9/arch-mips/include/asm/
io.h 36 #include <ioremap.h>
67 #define ioremap(offset, size) __ioremap_mode((offset), (size), _CACHE_UNCACHED) macro
  /external/kernel-headers/original/asm-mips/
io.h 29 #include <ioremap.h>
218 * ioremap - map bus memory into CPU space
222 * ioremap performs a platform specific sequence of operations to
228 #define ioremap(offset, size) \ macro
242 * This version of ioremap ensures that the memory is marked uncachable
264 * This version of ioremap ensures that the memory is marked cachable by
272 * These two are MIPS specific ioremap variant. ioremap_cacheable_cow
  /external/kernel-headers/original/asm-x86/
io_32.h 106 * ioremap - map bus memory into CPU space
110 * ioremap performs a platform specific sequence of operations to
120 static inline void __iomem * ioremap(unsigned long offset, unsigned long size) function
130 * mappings, before the real ioremap() is functional.
222 * explicitly ioremap() it. The fact that the ISA IO space is mapped
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
io.h 36 #include <ioremap.h>
67 #define ioremap(offset, size) __ioremap_mode((offset), (size), _CACHE_UNCACHED) macro
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
io.h 36 #include <ioremap.h>
67 #define ioremap(offset, size) __ioremap_mode((offset), (size), _CACHE_UNCACHED) macro
  /external/kernel-headers/original/asm-arm/
io.h 58 * Architecture ioremap implementation.
159 * These perform PCI memory accesses via an ioremap region. They don't
229 * ioremap and friends.
231 * ioremap takes a PCI memory address, as specified in
236 #define ioremap(cookie,size) __ioremap(cookie,size,0) macro
241 #define ioremap(cookie,size) __arch_ioremap((cookie),(size),0) macro

Completed in 34 milliseconds