Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/drivers/mmc/
Dmmc.c1025 if (!mmc->hc_wp_grp_size) { in mmc_hwpart_config()
1032 if (conf->user.enh_size % mmc->hc_wp_grp_size || in mmc_hwpart_config()
1033 conf->user.enh_start % mmc->hc_wp_grp_size) { in mmc_hwpart_config()
1039 enh_size_mult = conf->user.enh_size / mmc->hc_wp_grp_size; in mmc_hwpart_config()
1052 if (conf->gp_part[pidx].size % mmc->hc_wp_grp_size) { in mmc_hwpart_config()
1057 gp_size_mult[pidx] = conf->gp_part[pidx].size / mmc->hc_wp_grp_size; in mmc_hwpart_config()
2355 mmc->hc_wp_grp_size = 1024 in mmc_startup_v4()
/third_party/uboot/u-boot-2020.01/include/
Dmmc.h635 uint hc_wp_grp_size; /* in 512-byte sectors */ member
/third_party/uboot/u-boot-2020.01/cmd/
Dmmc.c63 print_size(((u64)mmc->hc_wp_grp_size) << 9, "\n"); in print_mmcinfo()