Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Dmmc_boot.c24 unsigned long rpmbsize) in mmc_boot_partition_size_change() argument
64 rpmbsize = (rpmbsize * 1024) / 128; in mmc_boot_partition_size_change()
68 cmd.cmdarg = rpmbsize; in mmc_boot_partition_size_change()
/openbmc/u-boot/cmd/
H A Dmmc.c708 u32 bootsize, rpmbsize; in do_mmc_boot_resize() local
714 rpmbsize = simple_strtoul(argv[3], NULL, 10); in do_mmc_boot_resize()
725 if (mmc_boot_partition_size_change(mmc, bootsize, rpmbsize)) { in do_mmc_boot_resize()
731 printf("EMMC RPMB partition Size %d MB\n", rpmbsize); in do_mmc_boot_resize()
/openbmc/u-boot/include/
H A Dmmc.h755 unsigned long rpmbsize);