Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/nxp/s32/s32g274ardb2/
H A Dplat_io_storage.c36 uintptr_t temp_handle; in open_mmc() local
44 result = io_open(mmc_dev_handle, spec, &temp_handle); in open_mmc()
46 (void)io_close(temp_handle); in open_mmc()
54 uintptr_t temp_handle = 0U; in open_fip() local
63 result = io_open(fip_dev_handle, spec, &temp_handle); in open_fip()
65 (void)io_close(temp_handle); in open_fip()