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

/u-boot/drivers/mmc/
H A Dmmc_boot.c19 * rpmbsize: size of rpmb partition
25 unsigned long rpmbsize)
65 rpmbsize = (rpmbsize * 1024) / 128;
69 cmd.cmdarg = rpmbsize;
24 mmc_boot_partition_size_change(struct mmc *mmc, unsigned long bootsize, unsigned long rpmbsize) argument
/u-boot/cmd/
H A Dmmc.c876 u32 bootsize, rpmbsize; local
882 rpmbsize = dectoul(argv[3], NULL);
893 if (mmc_boot_partition_size_change(mmc, bootsize, rpmbsize)) {
899 printf("EMMC RPMB partition Size %d MB\n", rpmbsize);
/u-boot/include/
H A Dmmc.h869 unsigned long rpmbsize);

Completed in 105 milliseconds