Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-bcm283x/
H A Dreset.c84 return efi_add_runtime_mmio(&wdog_regs, sizeof(*wdog_regs)); in efi_reset_system_init()
/openbmc/u-boot/include/
H A Defi_loader.h500 efi_status_t efi_add_runtime_mmio(void *mmio_ptr, u64 len);
566 static inline efi_status_t efi_add_runtime_mmio(void *mmio_ptr, u64 len) in efi_add_runtime_mmio() function
/openbmc/u-boot/lib/efi_loader/
H A Defi_runtime.c538 efi_status_t efi_add_runtime_mmio(void *mmio_ptr, u64 len) in efi_add_runtime_mmio() function
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dcpu.c1225 return efi_add_runtime_mmio(&rstcr, sizeof(*rstcr)); in efi_reset_system_init()