Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/arm/board/fvp/
H 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()
/rk3399_ARM-atf/plat/qemu/common/
H A Dqemu_io_storage.c57 static uintptr_t sh_dev_handle; variable
483 result = io_dev_init(sh_dev_handle, (uintptr_t)NULL); in open_semihosting()
485 result = io_open(sh_dev_handle, spec, &local_image_handle); in open_semihosting()
527 io_result = io_dev_open(sh_dev_con, (uintptr_t)NULL, &sh_dev_handle); in plat_qemu_io_setup()
542 *dev_handle = sh_dev_handle; in get_alt_image_source()