Home
last modified time | relevance | path

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

/u-boot/include/asm-generic/
A Dio.h102 #ifndef unmap_physmem
103 static inline void unmap_physmem(void *vaddr, unsigned long flags) in unmap_physmem() function
/u-boot/arch/sandbox/lib/
A Dpci_io.c47 if (!ops || !ops->unmap_physmem) in pci_unmap_physmem()
49 return (ops->unmap_physmem)(dev, vaddr, len); in pci_unmap_physmem()
/u-boot/test/dm/
A Dremoteproc.c231 unmap_physmem(loaded_firmware, MAP_NOCACHE); in dm_test_remoteproc_elf()
250 unmap_physmem(loaded_firmware, MAP_NOCACHE); in dm_test_remoteproc_elf()
/u-boot/arch/sandbox/include/asm/
A Dio.h28 void unmap_physmem(const void *vaddr, unsigned long flags);
29 #define unmap_physmem unmap_physmem macro
42 unmap_physmem(vaddr, MAP_WRBACK); in unmap_sysmem()
/u-boot/drivers/usb/dwc3/
A Ddwc3-generic.c89 unmap_physmem(priv->base, MAP_NOCACHE); in dwc3_generic_probe()
103 unmap_physmem(dwc3->regs, MAP_NOCACHE); in dwc3_generic_remove()
292 unmap_physmem(base, MAP_NOCACHE); in dwc3_ti_select_dr_mode()
/u-boot/cmd/
A Ditest.c82 unmap_physmem(buf, w); in evalexp()
A Dsf.c316 unmap_physmem(buf, len); in do_spi_flash_read_write()
/u-boot/board/Synology/ds414/
A Dcmd_syno.c132 unmap_physmem(buf, len); in do_syno_populate()
/u-boot/arch/sandbox/cpu/
A Dcpu.c186 void unmap_physmem(const void *ptr, unsigned long flags) in unmap_physmem() function
/u-boot/drivers/misc/
A Dswap_case.c381 .unmap_physmem = sandbox_swap_case_unmap_physmem,
/u-boot/drivers/net/
A Dravb.c540 unmap_physmem(eth->iobase, MAP_NOCACHE); in ravb_probe()
555 unmap_physmem(eth->iobase, MAP_NOCACHE); in ravb_remove()
/u-boot/board/softing/vining_2000/
A Dvining_2000.c351 unmap_physmem(b, MAP_NOCACHE); in read_adc()
/u-boot/include/
A Dpci.h1663 int (*unmap_physmem)(struct udevice *dev, const void *vaddr, member
/u-boot/drivers/mtd/
A Dcfi_flash.c1846 unmap_physmem((void *)info->start[0], in flash_detect_legacy()

Completed in 25 milliseconds