Home
last modified time | relevance | path

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

/external/u-boot/drivers/mmc/
Dmmc_boot.c23 int mmc_boot_partition_size_change(struct mmc *mmc, unsigned long bootsize, in mmc_boot_partition_size_change() argument
51 bootsize = (bootsize * 1024) / 128; in mmc_boot_partition_size_change()
56 cmd.cmdarg = bootsize; in mmc_boot_partition_size_change()
/external/u-boot/cmd/
Dmmc.c699 u32 bootsize, rpmbsize; in do_mmc_boot_resize() local
704 bootsize = simple_strtoul(argv[2], NULL, 10); in do_mmc_boot_resize()
716 if (mmc_boot_partition_size_change(mmc, bootsize, rpmbsize)) { in do_mmc_boot_resize()
721 printf("EMMC boot partition Size %d MB\n", bootsize); in do_mmc_boot_resize()
/external/u-boot/include/
Dmmc.h736 int mmc_boot_partition_size_change(struct mmc *mmc, unsigned long bootsize,