Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/intel/soc/stratix10/include/
H A Dsocfpga_plat_def.h110 #define SDMMC_READ_BLOCKS mmc_read_blocks
/rk3399_ARM-atf/plat/intel/soc/n5x/include/
H A Dsocfpga_plat_def.h110 #define SDMMC_READ_BLOCKS mmc_read_blocks
/rk3399_ARM-atf/plat/intel/soc/common/drivers/sdmmc/
H A Dsdmmc.c103 mmc_read_blocks(lba, buf, size); in sdmmc_read_blocks()
/rk3399_ARM-atf/plat/nxp/s32/s32g274ardb2/
H A Dplat_io_storage.c80 .read = mmc_read_blocks, in plat_s32g2_io_setup()
/rk3399_ARM-atf/plat/hisilicon/poplar/
H A Dplat_storage.c43 .read = mmc_read_blocks,
/rk3399_ARM-atf/plat/hisilicon/hikey/
H A Dhikey_io_storage.c69 .read = mmc_read_blocks,
/rk3399_ARM-atf/plat/imx/common/
H A Dimx_io_storage.c41 .read = mmc_read_blocks,
/rk3399_ARM-atf/include/drivers/
H A Dmmc.h262 size_t mmc_read_blocks(int lba, uintptr_t buf, size_t size);
/rk3399_ARM-atf/drivers/mmc/
H A Dmmc.c590 size_t mmc_read_blocks(int lba, uintptr_t buf, size_t size) in mmc_read_blocks() function
817 size_read = mmc_read_blocks(lba, buf, size); in mmc_boot_part_read_blocks()
/rk3399_ARM-atf/plat/st/common/
H A Dbl2_io_storage.c68 .read = mmc_read_blocks,