Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/plat/arm/board/fvp/
Dfvp_io_storage.c38 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/
Dqemu_io_storage.c49 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()