Home
last modified time | relevance | path

Searched refs:efi_add_runtime_mmio (Results 1 – 4 of 4) sorted by relevance

/third_party/uboot/u-boot-2020.01/arch/arm/mach-bcm283x/
Dreset.c90 return efi_add_runtime_mmio(&wdog_regs, sizeof(*wdog_regs)); in efi_reset_system_init()
/third_party/uboot/u-boot-2020.01/include/
Defi_loader.h585 efi_status_t efi_add_runtime_mmio(void *mmio_ptr, u64 len);
657 static inline efi_status_t efi_add_runtime_mmio(void *mmio_ptr, u64 len) in efi_add_runtime_mmio() function
/third_party/uboot/u-boot-2020.01/lib/efi_loader/
Defi_runtime.c763 efi_status_t efi_add_runtime_mmio(void *mmio_ptr, u64 len) in efi_add_runtime_mmio() function
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv8/fsl-layerscape/
Dcpu.c1252 return efi_add_runtime_mmio(&rstcr, sizeof(*rstcr)); in efi_reset_system_init()