Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dmmc.c1307 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
/OK3568_Linux_fs/u-boot/include/
H A Dmmc.h587 uint hc_wp_grp_size; /* in 512-byte sectors */ member
/OK3568_Linux_fs/u-boot/cmd/
H A Dmmc.c58 print_size(((u64)mmc->hc_wp_grp_size) << 9, "\n"); in print_mmcinfo()