Home
last modified time | relevance | path

Searched refs:mmio_ptr (Results 1 – 2 of 2) sorted by relevance

/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() argument
542 uint64_t addr = *(uintptr_t *)mmio_ptr; in efi_add_runtime_mmio()
552 newmmio->ptr = mmio_ptr; in efi_add_runtime_mmio()
553 newmmio->paddr = *(uintptr_t *)mmio_ptr; in efi_add_runtime_mmio()
/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() argument