Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/include/
Dmmc.h642 u64 capacity_boot; member
/third_party/uboot/u-boot-2020.01/drivers/mmc/
Dmmc.c953 mmc->capacity = mmc->capacity_boot; in mmc_set_capacity()
2265 mmc->capacity_boot = ext_csd[EXT_CSD_BOOT_MULT] << 17; in mmc_startup_v4()
2508 mmc->capacity_boot = 0; in mmc_startup()
/third_party/uboot/u-boot-2020.01/cmd/
Dmmc.c79 print_size(mmc->capacity_boot, has_enh ? " ENH\n" : "\n"); in print_mmcinfo()