| /OK3568_Linux_fs/u-boot/include/asm-generic/ |
| H A D | io.h | 103 #ifndef unmap_physmem 104 static inline void unmap_physmem(void *vaddr, unsigned long flags) in unmap_physmem() function
|
| /OK3568_Linux_fs/u-boot/arch/sandbox/lib/ |
| H A D | pci_io.c | 47 if (!ops || !ops->unmap_physmem) in pci_unmap_physmem() 49 return (ops->unmap_physmem)(dev, vaddr, len); in pci_unmap_physmem()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/dwc3/ |
| H A D | dwc3-generic.c | 87 unmap_physmem(priv->base, MAP_NOCACHE); in dwc3_generic_probe() 101 unmap_physmem(dwc3->regs, MAP_NOCACHE); in dwc3_generic_remove() 294 unmap_physmem(base, MAP_NOCACHE); in dwc3_ti_select_dr_mode()
|
| /OK3568_Linux_fs/u-boot/arch/sandbox/include/asm/ |
| H A D | io.h | 25 void unmap_physmem(const void *vaddr, unsigned long flags); 36 unmap_physmem(vaddr, MAP_WRBACK); in unmap_sysmem()
|
| /OK3568_Linux_fs/u-boot/arch/sandbox/cpu/ |
| H A D | cpu.c | 79 void unmap_physmem(const void *vaddr, unsigned long flags) in unmap_physmem() function
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-uniphier/ |
| H A D | micro-support-card.c | 107 unmap_physmem(scratch_addr, MAP_NOCACHE); in mem_is_flash()
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | itest.c | 77 unmap_physmem(buf, w); in evalexp()
|
| H A D | sf.c | 314 unmap_physmem(buf, len); in do_spi_flash_read_write()
|
| /OK3568_Linux_fs/u-boot/arch/xtensa/include/asm/ |
| H A D | io.h | 132 static inline void unmap_physmem(void *vaddr, unsigned long flags) in unmap_physmem() function
|
| /OK3568_Linux_fs/u-boot/arch/microblaze/include/asm/ |
| H A D | io.h | 153 static inline void unmap_physmem(void *vaddr, unsigned long flags) in unmap_physmem() function
|
| /OK3568_Linux_fs/u-boot/board/Synology/ds414/ |
| H A D | cmd_syno.c | 131 unmap_physmem(buf, len); in do_syno_populate()
|
| /OK3568_Linux_fs/u-boot/drivers/misc/ |
| H A D | swap_case.c | 271 .unmap_physmem = sandbox_swap_case_unmap_physmem,
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | ravb.c | 508 unmap_physmem(eth->iobase, MAP_NOCACHE); in ravb_probe() 519 unmap_physmem(eth->iobase, MAP_NOCACHE); in ravb_remove()
|
| /OK3568_Linux_fs/u-boot/arch/nios2/include/asm/ |
| H A D | io.h | 39 static inline void unmap_physmem(void *vaddr, unsigned long flags) in unmap_physmem() function
|
| /OK3568_Linux_fs/u-boot/arch/arc/include/asm/ |
| H A D | io.h | 72 static inline void unmap_physmem(void *vaddr, unsigned long flags) in unmap_physmem() function
|
| /OK3568_Linux_fs/u-boot/arch/m68k/include/asm/ |
| H A D | io.h | 275 static inline void unmap_physmem(void *vaddr, unsigned long flags) in unmap_physmem() function
|
| /OK3568_Linux_fs/u-boot/arch/sh/include/asm/ |
| H A D | io.h | 253 static inline void unmap_physmem(void *vaddr, unsigned long flags) in unmap_physmem() function
|
| /OK3568_Linux_fs/u-boot/board/samtec/vining_2000/ |
| H A D | vining_2000.c | 399 unmap_physmem(b, MAP_NOCACHE); in read_adc()
|
| /OK3568_Linux_fs/u-boot/arch/x86/include/asm/ |
| H A D | io.h | 252 static inline void unmap_physmem(void *vaddr, unsigned long flags) in unmap_physmem() function
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/ |
| H A D | io.h | 308 static inline void unmap_physmem(void *vaddr, unsigned long flags) in unmap_physmem() function
|
| /OK3568_Linux_fs/u-boot/arch/mips/include/asm/ |
| H A D | io.h | 510 static inline void unmap_physmem(void *vaddr, unsigned long flags) in unmap_physmem() function
|
| /OK3568_Linux_fs/u-boot/arch/nds32/include/asm/ |
| H A D | io.h | 60 static inline void unmap_physmem(void *vaddr, unsigned long flags) in unmap_physmem() function
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | pci.h | 1384 int (*unmap_physmem)(struct udevice *dev, const void *vaddr, member
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/ |
| H A D | cfi_flash.c | 1839 unmap_physmem((void *)info->start[0], in flash_detect_legacy()
|