Home
last modified time | relevance | path

Searched refs:unmap_physmem (Results 1 – 14 of 14) sorted by relevance

/external/u-boot/include/asm-generic/
Dio.h102 #ifndef unmap_physmem
103 static inline void unmap_physmem(void *vaddr, unsigned long flags) in unmap_physmem() function
/external/u-boot/arch/sandbox/include/asm/
Dio.h21 void unmap_physmem(const void *vaddr, unsigned long flags);
22 #define unmap_physmem unmap_physmem macro
35 unmap_physmem(vaddr, MAP_WRBACK); in unmap_sysmem()
/external/u-boot/arch/sandbox/lib/
Dpci_io.c46 if (!ops || !ops->unmap_physmem) in pci_unmap_physmem()
48 return (ops->unmap_physmem)(dev, vaddr, len); in pci_unmap_physmem()
/external/u-boot/arch/arm/mach-uniphier/
Dmicro-support-card.c106 unmap_physmem(scratch_addr, MAP_NOCACHE); in mem_is_flash()
/external/u-boot/arch/sandbox/cpu/
Dcpu.c90 void unmap_physmem(const void *vaddr, unsigned long flags) in unmap_physmem() function
/external/u-boot/cmd/
Ditest.c76 unmap_physmem(buf, w); in evalexp()
Dsf.c314 unmap_physmem(buf, len); in do_spi_flash_read_write()
/external/u-boot/board/Synology/ds414/
Dcmd_syno.c130 unmap_physmem(buf, len); in do_syno_populate()
/external/u-boot/drivers/misc/
Dswap_case.c270 .unmap_physmem = sandbox_swap_case_unmap_physmem,
/external/u-boot/drivers/net/
Dravb.c529 unmap_physmem(eth->iobase, MAP_NOCACHE); in ravb_probe()
544 unmap_physmem(eth->iobase, MAP_NOCACHE); in ravb_remove()
/external/u-boot/board/samtec/vining_2000/
Dvining_2000.c399 unmap_physmem(b, MAP_NOCACHE); in read_adc()
/external/u-boot/arch/riscv/include/asm/
Dio.h60 static inline void unmap_physmem(void *vaddr, unsigned long flags) in unmap_physmem() function
/external/u-boot/include/
Dpci.h1445 int (*unmap_physmem)(struct udevice *dev, const void *vaddr, member
/external/u-boot/drivers/mtd/
Dcfi_flash.c1838 unmap_physmem((void *)info->start[0], in flash_detect_legacy()