HomeSort by relevance Sort by last modified time
    Searched refs:hc_wp_grp_size (Results 1 - 3 of 3) sorted by null

  /external/u-boot/drivers/mmc/
mmc.c 952 if (!mmc->hc_wp_grp_size) {
959 if (conf->user.enh_size % mmc->hc_wp_grp_size ||
960 conf->user.enh_start % mmc->hc_wp_grp_size) {
966 enh_size_mult = conf->user.enh_size / mmc->hc_wp_grp_size;
979 if (conf->gp_part[pidx].size % mmc->hc_wp_grp_size) {
984 gp_size_mult[pidx] = conf->gp_part[pidx].size / mmc->hc_wp_grp_size;
    [all...]
  /external/u-boot/include/
mmc.h 593 uint hc_wp_grp_size; /* in 512-byte sectors */ member in struct:mmc
  /external/u-boot/cmd/
mmc.c 60 print_size(((u64)mmc->hc_wp_grp_size) << 9, "\n");

Completed in 48 milliseconds