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

  /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
  /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
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
esta_drv.c     [all...]

Completed in 776 milliseconds