Searched refs:unmap_physmem (Results 1 - 20 of 20) sorted by last modified time

/u-boot/test/dm/
H A Dremoteproc.c231 unmap_physmem(loaded_firmware, MAP_NOCACHE);
250 unmap_physmem(loaded_firmware, MAP_NOCACHE);
/u-boot/include/
H A Dpci.h1602 * unmap_physmem() - undo a memory mapping
1615 int (*unmap_physmem)(struct udevice *dev, const void *vaddr, member in struct:dm_pci_emul_ops
/u-boot/drivers/usb/dwc3/
H A Ddwc3-generic.c138 unmap_physmem(priv->base, MAP_NOCACHE);
160 unmap_physmem(dwc3->regs, MAP_NOCACHE);
337 unmap_physmem(base, MAP_NOCACHE);
421 unmap_physmem(base, MAP_NOCACHE);
H A Ddwc3-layerscape.c61 unmap_physmem(priv->base, MAP_NOCACHE);
75 unmap_physmem(dwc3->regs, MAP_NOCACHE);
H A Ddwc3-uniphier.c45 unmap_physmem(regs, MAP_NOCACHE);
61 unmap_physmem(regs, MAP_NOCACHE);
75 unmap_physmem(regs, MAP_NOCACHE);
/u-boot/drivers/net/
H A Drswitch.c1085 unmap_physmem(priv->addr, MAP_NOCACHE);
1094 unmap_physmem(priv->addr, MAP_NOCACHE);
H A Dravb.c546 unmap_physmem(eth->iobase, MAP_NOCACHE);
559 unmap_physmem(eth->iobase, MAP_NOCACHE);
/u-boot/drivers/mtd/
H A Dcfi_flash.c1839 unmap_physmem((void *)info->start[0],
/u-boot/drivers/misc/
H A Dswap_case.c393 .unmap_physmem = sandbox_swap_case_unmap_physmem,
/u-boot/cmd/
H A Dsf.c334 unmap_physmem(buf, len);
H A Ditest.c82 unmap_physmem(buf, w);
/u-boot/board/softing/vining_2000/
H A Dvining_2000.c352 unmap_physmem(b, MAP_NOCACHE);
/u-boot/board/Synology/ds414/
H A Dcmd_syno.c129 unmap_physmem(buf, len);
/u-boot/board/CZ.NIC/turris_mox/
H A Dturris_mox.c410 unmap_physmem(buf, size);
/u-boot/arch/arm/lib/
H A Dgic-v3-its.c134 unmap_physmem(pend_tab_va, MAP_NOCACHE);
/u-boot/lib/
H A Dtpm-v2.c581 unmap_physmem(log.log, MAP_NOCACHE);
643 unmap_physmem(elog->log, MAP_NOCACHE);
/u-boot/include/asm-generic/
H A Dio.h53 * Flags for use with map_physmem() & unmap_physmem(). Architectures need not
81 * to unmap_physmem once the caller is finished with the memory in question.
94 * unmap_physmem() - Remove mappings created by a prior call to map_physmem()
100 * unmap_physmem() will remove that mapping.
102 #ifndef unmap_physmem
103 static inline void unmap_physmem(void *vaddr, unsigned long flags) function
/u-boot/arch/sandbox/lib/
H A Dpci_io.c46 if (!ops || !ops->unmap_physmem)
48 return (ops->unmap_physmem)(dev, vaddr, len);
/u-boot/arch/sandbox/include/asm/
H A Dio.h30 void unmap_physmem(const void *vaddr, unsigned long flags);
31 #define unmap_physmem unmap_physmem macro
231 unmap_physmem(vaddr, MAP_WRBACK);
/u-boot/arch/sandbox/cpu/
H A Dcpu.c184 void unmap_physmem(const void *ptr, unsigned long flags) function

Completed in 152 milliseconds