Home
last modified time | relevance | path

Searched defs:map_physmem (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/include/asm-generic/
H A Dio.h86 static inline void *map_physmem(phys_addr_t paddr, unsigned long len, in map_physmem() function
/openbmc/u-boot/arch/sandbox/cpu/
H A Dcpu.c160 void *map_physmem(phys_addr_t paddr, unsigned long len, unsigned long flags) in map_physmem() function
/openbmc/u-boot/arch/nios2/include/asm/
H A Dio.h23 map_physmem(phys_addr_t paddr, unsigned long len, unsigned long flags) in map_physmem() function
31 #define map_physmem map_physmem macro
/openbmc/u-boot/arch/mips/include/asm/
H A Dio.h497 map_physmem(phys_addr_t paddr, unsigned long len, unsigned long flags) in map_physmem() function
504 #define map_physmem map_physmem macro
/openbmc/u-boot/arch/sandbox/include/asm/
H A Dio.h16 #define map_physmem map_physmem macro
/openbmc/u-boot/include/
H A Dpci.h1531 int (*map_physmem)(struct udevice *dev, phys_addr_t addr, member