Searched refs:local_handle (Results 1 – 4 of 4) sorted by relevance
| /rk3399_ARM-atf/plat/hisilicon/hikey960/ |
| H A D | hikey960_io_storage.c | 240 uintptr_t local_handle; in check_ufs() local 244 result = io_open(ufs_dev_handle, spec, &local_handle); in check_ufs() 246 io_close(local_handle); in check_ufs() 272 uintptr_t local_handle; in hikey960_load_serialno() local 285 (uintptr_t)&ufs_fastboot_spec, &local_handle); in hikey960_load_serialno() 290 result = io_seek(local_handle, IO_SEEK_SET, in hikey960_load_serialno() 296 result = io_read(local_handle, (uintptr_t)buf, in hikey960_load_serialno() 312 io_close(local_handle); in hikey960_load_serialno()
|
| /rk3399_ARM-atf/plat/intel/soc/common/ |
| H A D | socfpga_storage.c | 120 uintptr_t local_handle; in check_dev() local 124 result = io_open(boot_dev_handle, spec, &local_handle); in check_dev() 126 io_close(local_handle); in check_dev()
|
| /rk3399_ARM-atf/plat/hisilicon/hikey/ |
| H A D | hikey_io_storage.c | 230 uintptr_t local_handle; in check_emmc() local 234 result = io_open(emmc_dev_handle, spec, &local_handle); in check_emmc() 236 io_close(local_handle); in check_emmc()
|
| /rk3399_ARM-atf/plat/imx/common/ |
| H A D | imx_io_storage.c | 227 uintptr_t local_handle; in open_mmc() local 231 result = io_open(mmc_dev_handle, spec, &local_handle); in open_mmc() 233 io_close(local_handle); in open_mmc()
|