Searched refs:hc_wp_grp_size (Results 1 – 3 of 3) sorted by relevance
1307 if (!mmc->hc_wp_grp_size) {1314 if (conf->user.enh_size % mmc->hc_wp_grp_size ||1315 conf->user.enh_start % mmc->hc_wp_grp_size) {1321 enh_size_mult = conf->user.enh_size / mmc->hc_wp_grp_size;1334 if (conf->gp_part[pidx].size % mmc->hc_wp_grp_size) {1339 gp_size_mult[pidx] = conf->gp_part[pidx].size / mmc->hc_wp_grp_size;2036 mmc->hc_wp_grp_size = 1024
587 uint hc_wp_grp_size; /* in 512-byte sectors */ member
58 print_size(((u64)mmc->hc_wp_grp_size) << 9, "\n"); in print_mmcinfo()