Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/plat/imx/common/
Dimx_io_storage.c26 static uintptr_t mmc_dev_handle; variable
126 &mmc_dev_handle,
229 result = io_dev_init(mmc_dev_handle, (uintptr_t)NULL); in open_mmc()
231 result = io_open(mmc_dev_handle, spec, &local_handle); in open_mmc()
283 &mmc_dev_handle); in plat_imx_io_setup()