Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Dmmc_boot.c23 int mmc_boot_partition_size_change(struct mmc *mmc, unsigned long bootsize, in mmc_boot_partition_size_change() function
/openbmc/u-boot/include/
H A Dmmc.h754 int mmc_boot_partition_size_change(struct mmc *mmc, unsigned long bootsize,
/openbmc/u-boot/cmd/
H A Dmmc.c725 if (mmc_boot_partition_size_change(mmc, bootsize, rpmbsize)) { in do_mmc_boot_resize()