Home
last modified time | relevance | path

Searched refs:memmap_dev_handle (Results 1 – 12 of 12) sorted by relevance

/external/arm-trusted-firmware/plat/layerscape/common/
Dls_io_storage.c22 static uintptr_t memmap_dev_handle; variable
56 &memmap_dev_handle,
105 result = io_dev_init(memmap_dev_handle, (uintptr_t)NULL); in open_memmap()
107 result = io_open(memmap_dev_handle, spec, &local_image_handle); in open_memmap()
133 &memmap_dev_handle); in ls_io_setup()
/external/arm-trusted-firmware/plat/brcm/common/
Dbrcm_io_storage.c26 static uintptr_t memmap_dev_handle; variable
147 &memmap_dev_handle,
268 &memmap_dev_handle,
273 &memmap_dev_handle,
306 result = io_dev_init(memmap_dev_handle, (uintptr_t)NULL); in open_memmap()
308 result = io_open(memmap_dev_handle, spec, &local_image_handle); in open_memmap()
350 &memmap_dev_handle); in brcm_io_setup()
/external/arm-trusted-firmware/plat/marvell/armada/common/
Dmarvell_io_storage.c25 static uintptr_t memmap_dev_handle; variable
71 &memmap_dev_handle,
141 result = io_dev_init(memmap_dev_handle, (uintptr_t)NULL); in open_memmap()
143 result = io_open(memmap_dev_handle, spec, &local_image_handle); in open_memmap()
169 &memmap_dev_handle); in marvell_io_setup()
/external/arm-trusted-firmware/plat/arm/common/
Darm_io_storage.c24 uintptr_t memmap_dev_handle; variable
52 result = io_dev_init(memmap_dev_handle, (uintptr_t)NULL); in open_memmap()
54 result = io_open(memmap_dev_handle, spec, &local_image_handle); in open_memmap()
85 &memmap_dev_handle); in arm_io_setup()
/external/arm-trusted-firmware/docs/resources/diagrams/plantuml/
Dio_dev_init_and_check.puml38 - memmap_dev_handle
44 arm_io_storage -> io_storage : io_dev_init(memmap_dev_handle, NULL)
47 arm_io_storage -> io_storage : io_open(memmap_dev_handle, spec, &local_image_handle)
54 memmap_dev_handle ready
Dio_arm_class_diagram.puml12 memmap_dev_handle
33 memmap_dev_handle : uintptr_t
Dio_dev_registration.puml40 arm_io_storage -> io_storage : io_dev_open(memmap_dev_con, NULL, memmap_dev_handle)
/external/arm-trusted-firmware/plat/rpi/common/
Drpi3_io_storage.c40 static uintptr_t memmap_dev_handle; variable
117 &memmap_dev_handle,
217 result = io_dev_init(memmap_dev_handle, (uintptr_t)NULL); in open_memmap()
219 result = io_open(memmap_dev_handle, spec, &local_image_handle); in open_memmap()
244 &memmap_dev_handle); in plat_rpi3_io_setup()
/external/arm-trusted-firmware/plat/imx/imx7/common/
Dimx7_io_storage.c49 static uintptr_t memmap_dev_handle; variable
117 &memmap_dev_handle,
213 result = io_dev_init(memmap_dev_handle, (uintptr_t)NULL); in open_memmap()
215 result = io_open(memmap_dev_handle, spec, &local_image_handle); in open_memmap()
260 &memmap_dev_handle); in plat_imx7_io_setup()
/external/arm-trusted-firmware/plat/qemu/common/
Dqemu_io_storage.c48 static uintptr_t memmap_dev_handle; variable
195 &memmap_dev_handle,
345 result = io_dev_init(memmap_dev_handle, (uintptr_t)NULL); in open_memmap()
347 result = io_open(memmap_dev_handle, spec, &local_image_handle); in open_memmap()
389 &memmap_dev_handle); in plat_qemu_io_setup()
/external/arm-trusted-firmware/include/plat/arm/common/
Darm_fconf_io_storage.h12 extern uintptr_t memmap_dev_handle;
/external/arm-trusted-firmware/plat/arm/common/fconf/
Darm_fconf_io.c64 &memmap_dev_handle,