Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Defi_loader.h250 void efi_add_runtime_mmio(void *mmio_ptr, u64 len);
270 static inline void efi_add_runtime_mmio(void *mmio_ptr, u64 len) { } in efi_add_runtime_mmio() function
/OK3568_Linux_fs/u-boot/arch/arm/mach-bcm283x/
H A Dreset.c87 efi_add_runtime_mmio(&wdog_regs, sizeof(*wdog_regs)); in efi_reset_system_init()
/OK3568_Linux_fs/u-boot/lib/efi_loader/
H A Defi_runtime.c324 void efi_add_runtime_mmio(void *mmio_ptr, u64 len) in efi_add_runtime_mmio() function
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dcpu.c612 efi_add_runtime_mmio(&rstcr, sizeof(*rstcr)); in efi_reset_system_init()