Home
last modified time | relevance | path

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

/openbmc/u-boot/include/asm-generic/
H A Dio.h102 #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 Dpci_io.c46 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 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()
/openbmc/u-boot/drivers/usb/dwc3/
H A Ddwc3-generic.c59 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 Dmicro-support-card.c106 unmap_physmem(scratch_addr, MAP_NOCACHE); in mem_is_flash()
/openbmc/u-boot/cmd/
H A Ditest.c76 unmap_physmem(buf, w); in evalexp()
H A Dsf.c314 unmap_physmem(buf, len); in do_spi_flash_read_write()
H A Dotp.c1944 unmap_physmem(otp_header, MAP_WRBACK); in otp_prog_image()
/openbmc/u-boot/board/Synology/ds414/
H A Dcmd_syno.c129 unmap_physmem(buf, len); in do_syno_populate()
/openbmc/u-boot/arch/sandbox/cpu/
H A Dcpu.c180 void unmap_physmem(const void *ptr, unsigned long flags) in unmap_physmem() function
/openbmc/u-boot/drivers/misc/
H A Dswap_case.c302 .unmap_physmem = sandbox_swap_case_unmap_physmem,
/openbmc/u-boot/drivers/net/
H A Dravb.c529 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 Dvining_2000.c399 unmap_physmem(b, MAP_NOCACHE); in read_adc()
/openbmc/u-boot/lib/
H A Dtpm-v2.c582 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 Dpci.h1547 int (*unmap_physmem)(struct udevice *dev, const void *vaddr, member
/openbmc/u-boot/drivers/mtd/
H A Dcfi_flash.c1838 unmap_physmem((void *)info->start[0], in flash_detect_legacy()