Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Dmmc_private.h124 int mmc_switch_part(struct mmc *mmc, unsigned int part_num);
H A Dmmc_legacy.c227 ret = mmc_switch_part(mmc, hwpart); in mmc_select_hwpartp()
H A Dmmc-uclass.c352 return mmc_switch_part(mmc, hwpart); in mmc_select_hwpart()
H A Dmmc.c419 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 Dbubt.c139 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 Dspl_mmc.c348 err = mmc_switch_part(mmc, part); in spl_mmc_load()
/openbmc/u-boot/include/
H A Dmmc.h741 int mmc_switch_part(struct mmc *mmc, unsigned int part_num);
/openbmc/u-boot/common/
H A Davb_verify.c361 ret = mmc_switch_part(part->mmc, part_num); in get_partition()