Home
last modified time | relevance | path

Searched refs:sh_dev_handle (Results 1 – 3 of 3) sorted by relevance

/arm-trusted-firmware-2.8.0/plat/arm/board/fvp_r/
A Dfvp_r_io_storage.c28 static uintptr_t sh_dev_handle; variable
58 result = io_dev_init(sh_dev_handle, (uintptr_t)NULL); in open_semihosting()
60 result = io_open(sh_dev_handle, spec, &local_image_handle); in open_semihosting()
85 io_result = io_dev_open(sh_dev_con, (uintptr_t)NULL, &sh_dev_handle); in plat_arm_io_setup()
100 *dev_handle = sh_dev_handle; in plat_arm_get_alt_image_source()
/arm-trusted-firmware-2.8.0/plat/arm/board/fvp/
A Dfvp_io_storage.c42 static uintptr_t sh_dev_handle; variable
128 result = io_dev_init(sh_dev_handle, (uintptr_t)NULL); in open_semihosting()
130 result = io_open(sh_dev_handle, spec, &local_image_handle); in open_semihosting()
155 io_result = io_dev_open(sh_dev_con, (uintptr_t)NULL, &sh_dev_handle); in plat_arm_io_setup()
169 *dev_handle = sh_dev_handle; in plat_arm_get_alt_image_source()
/arm-trusted-firmware-2.8.0/plat/qemu/common/
A Dqemu_io_storage.c50 static uintptr_t sh_dev_handle; variable
362 result = io_dev_init(sh_dev_handle, (uintptr_t)NULL); in open_semihosting()
364 result = io_open(sh_dev_handle, spec, &local_image_handle); in open_semihosting()
406 io_result = io_dev_open(sh_dev_con, (uintptr_t)NULL, &sh_dev_handle); in plat_qemu_io_setup()
419 *dev_handle = sh_dev_handle; in get_alt_image_source()

Completed in 4 milliseconds