Searched refs:has_enh (Results 1 – 1 of 1) sorted by relevance
55 bool has_enh = (mmc->part_support & ENHNCD_SUPPORT) != 0; in print_mmcinfo() local56 bool usr_enh = has_enh && (mmc->part_attr & EXT_CSD_ENH_USR); in print_mmcinfo()76 print_size(mmc->capacity_boot, has_enh ? " ENH\n" : "\n"); in print_mmcinfo()78 print_size(mmc->capacity_rpmb, has_enh ? " ENH\n" : "\n"); in print_mmcinfo()81 bool is_enh = has_enh && in print_mmcinfo()