Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dmmc.h611 u64 capacity_boot; member
/openbmc/u-boot/drivers/mmc/
H A Dmmc.c888 mmc->capacity = mmc->capacity_boot; in mmc_set_capacity()
2143 mmc->capacity_boot = ext_csd[EXT_CSD_BOOT_MULT] << 17; in mmc_startup_v4()
2386 mmc->capacity_boot = 0; in mmc_startup()
/openbmc/u-boot/cmd/
H A Dmmc.c76 print_size(mmc->capacity_boot, has_enh ? " ENH\n" : "\n"); in print_mmcinfo()