Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Davb_verify.c294 blks = blk_dread(part->mmc_blk, in mmc_read_and_flush()
333 return blk_dwrite(part->mmc_blk, in mmc_write()
343 struct blk_desc *mmc_blk; in get_partition() local
365 mmc_blk = mmc_get_blk_desc(part->mmc); in get_partition()
366 if (!mmc_blk) { in get_partition()
371 ret = part_get_info_by_name(mmc_blk, partition, &part->info); in get_partition()
378 part->mmc_blk = mmc_blk; in get_partition()
/openbmc/u-boot/include/
H A Davb_verify.h40 struct blk_desc *mmc_blk; member
/openbmc/u-boot/drivers/mmc/
H A Dmmc-uclass.c393 U_BOOT_DRIVER(mmc_blk) = {