Searched refs:sh_dev_handle (Results 1 – 2 of 2) sorted by relevance
/external/arm-trusted-firmware/plat/arm/board/fvp/ |
D | fvp_io_storage.c | 38 static uintptr_t sh_dev_handle; variable 108 result = io_dev_init(sh_dev_handle, (uintptr_t)NULL); in open_semihosting() 110 result = io_open(sh_dev_handle, spec, &local_image_handle); in open_semihosting() 130 io_result = io_dev_open(sh_dev_con, (uintptr_t)NULL, &sh_dev_handle); in plat_arm_io_setup() 145 *dev_handle = sh_dev_handle; in plat_arm_get_alt_image_source()
|
/external/arm-trusted-firmware/plat/qemu/common/ |
D | qemu_io_storage.c | 49 static uintptr_t sh_dev_handle; variable 306 result = io_dev_init(sh_dev_handle, (uintptr_t)NULL); in open_semihosting() 308 result = io_open(sh_dev_handle, spec, &local_image_handle); in open_semihosting() 341 io_result = io_dev_open(sh_dev_con, (uintptr_t)NULL, &sh_dev_handle); in plat_qemu_io_setup() 354 *dev_handle = sh_dev_handle; in get_alt_image_source()
|