Searched refs:mmc_switch_part (Results 1 – 8 of 8) sorted by relevance
/openbmc/u-boot/drivers/mmc/ |
H A D | mmc_private.h | 124 int mmc_switch_part(struct mmc *mmc, unsigned int part_num);
|
H A D | mmc_legacy.c | 227 ret = mmc_switch_part(mmc, hwpart); in mmc_select_hwpartp()
|
H A D | mmc-uclass.c | 352 return mmc_switch_part(mmc, hwpart); in mmc_select_hwpart()
|
H A D | mmc.c | 419 err = mmc_switch_part(mmc, block_dev->hwpart); in mmc_bread() 940 int mmc_switch_part(struct mmc *mmc, unsigned int part_num) in mmc_switch_part() function
|
/openbmc/u-boot/cmd/mvebu/ |
H A D | bubt.c | 139 err = mmc_switch_part(mmc_dev_num, CONFIG_SYS_MMC_ENV_PART); in mmc_burn_image() 180 mmc_switch_part(mmc_dev_num, mmc->part_num); in mmc_burn_image()
|
/openbmc/u-boot/common/spl/ |
H A D | spl_mmc.c | 348 err = mmc_switch_part(mmc, part); in spl_mmc_load()
|
/openbmc/u-boot/include/ |
H A D | mmc.h | 741 int mmc_switch_part(struct mmc *mmc, unsigned int part_num);
|
/openbmc/u-boot/common/ |
H A D | avb_verify.c | 361 ret = mmc_switch_part(part->mmc, part_num); in get_partition()
|