HomeSort by relevance Sort by last modified time
    Searched refs:memmap_dev_handle (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/common/
arm_io_storage.c 21 static uintptr_t memmap_dev_handle; variable
111 &memmap_dev_handle,
233 result = io_dev_init(memmap_dev_handle, (uintptr_t)NULL);
235 result = io_open(memmap_dev_handle, spec, &local_image_handle);
261 &memmap_dev_handle);
  /device/linaro/bootloader/arm-trusted-firmware/plat/qemu/
qemu_io_storage.c 45 static uintptr_t memmap_dev_handle; variable
187 &memmap_dev_handle,
287 result = io_dev_init(memmap_dev_handle, (uintptr_t)NULL);
289 result = io_open(memmap_dev_handle, spec, &local_image_handle);
331 &memmap_dev_handle);

Completed in 179 milliseconds