Searched refs:unmap_physmem (Results 1 – 16 of 16) sorted by relevance
/openbmc/u-boot/include/asm-generic/ |
H A D | io.h | 102 #ifndef unmap_physmem 103 static inline void unmap_physmem(void *vaddr, unsigned long flags) in unmap_physmem() function
|
/openbmc/u-boot/arch/sandbox/lib/ |
H A D | pci_io.c | 46 if (!ops || !ops->unmap_physmem) in pci_unmap_physmem() 48 return (ops->unmap_physmem)(dev, vaddr, len); in pci_unmap_physmem()
|
/openbmc/u-boot/arch/sandbox/include/asm/ |
H A D | io.h | 21 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()
|
/openbmc/u-boot/drivers/usb/dwc3/ |
H A D | dwc3-generic.c | 59 unmap_physmem(dwc3->regs, MAP_NOCACHE); in dwc3_generic_peripheral_probe() 73 unmap_physmem(dwc3->regs, MAP_NOCACHE); in dwc3_generic_peripheral_remove() 199 unmap_physmem(base, MAP_NOCACHE); in dwc3_ti_select_dr_mode()
|
/openbmc/u-boot/arch/arm/mach-uniphier/ |
H A D | micro-support-card.c | 106 unmap_physmem(scratch_addr, MAP_NOCACHE); in mem_is_flash()
|
/openbmc/u-boot/cmd/ |
H A D | itest.c | 76 unmap_physmem(buf, w); in evalexp()
|
H A D | sf.c | 314 unmap_physmem(buf, len); in do_spi_flash_read_write()
|
H A D | otp.c | 1944 unmap_physmem(otp_header, MAP_WRBACK); in otp_prog_image()
|
/openbmc/u-boot/board/Synology/ds414/ |
H A D | cmd_syno.c | 129 unmap_physmem(buf, len); in do_syno_populate()
|
/openbmc/u-boot/arch/sandbox/cpu/ |
H A D | cpu.c | 180 void unmap_physmem(const void *ptr, unsigned long flags) in unmap_physmem() function
|
/openbmc/u-boot/drivers/misc/ |
H A D | swap_case.c | 302 .unmap_physmem = sandbox_swap_case_unmap_physmem,
|
/openbmc/u-boot/drivers/net/ |
H A D | ravb.c | 529 unmap_physmem(eth->iobase, MAP_NOCACHE); in ravb_probe() 544 unmap_physmem(eth->iobase, MAP_NOCACHE); in ravb_remove()
|
/openbmc/u-boot/board/samtec/vining_2000/ |
H A D | vining_2000.c | 399 unmap_physmem(b, MAP_NOCACHE); in read_adc()
|
/openbmc/u-boot/lib/ |
H A D | tpm-v2.c | 582 unmap_physmem(log.log, MAP_NOCACHE); in tcg2_log_prepare_buffer() 644 unmap_physmem(elog->log, MAP_NOCACHE); in tcg2_measurement_term()
|
/openbmc/u-boot/include/ |
H A D | pci.h | 1547 int (*unmap_physmem)(struct udevice *dev, const void *vaddr, member
|
/openbmc/u-boot/drivers/mtd/ |
H A D | cfi_flash.c | 1838 unmap_physmem((void *)info->start[0], in flash_detect_legacy()
|