Searched refs:unmap_physmem (Results 1 – 14 of 14) sorted by relevance
/u-boot/include/asm-generic/ |
A D | io.h | 102 #ifndef unmap_physmem 103 static inline void unmap_physmem(void *vaddr, unsigned long flags) in unmap_physmem() function
|
/u-boot/arch/sandbox/lib/ |
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()
|
/u-boot/test/dm/ |
A D | remoteproc.c | 231 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 D | io.h | 28 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 D | dwc3-generic.c | 89 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 D | itest.c | 82 unmap_physmem(buf, w); in evalexp()
|
A D | sf.c | 316 unmap_physmem(buf, len); in do_spi_flash_read_write()
|
/u-boot/board/Synology/ds414/ |
A D | cmd_syno.c | 132 unmap_physmem(buf, len); in do_syno_populate()
|
/u-boot/arch/sandbox/cpu/ |
A D | cpu.c | 186 void unmap_physmem(const void *ptr, unsigned long flags) in unmap_physmem() function
|
/u-boot/drivers/misc/ |
A D | swap_case.c | 381 .unmap_physmem = sandbox_swap_case_unmap_physmem,
|
/u-boot/drivers/net/ |
A D | ravb.c | 540 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 D | vining_2000.c | 351 unmap_physmem(b, MAP_NOCACHE); in read_adc()
|
/u-boot/include/ |
A D | pci.h | 1663 int (*unmap_physmem)(struct udevice *dev, const void *vaddr, member
|
/u-boot/drivers/mtd/ |
A D | cfi_flash.c | 1846 unmap_physmem((void *)info->start[0], in flash_detect_legacy()
|
Completed in 25 milliseconds