Searched refs:part_support (Results 1 – 3 of 3) sorted by relevance
580 u8 part_support; member
1321 if (!(mmc->part_support & PART_SUPPORT)) {1365 if (part_attrs && ! (mmc->part_support & ENHNCD_SUPPORT)) {1963 mmc->part_support = ext_csd[EXT_CSD_PARTITIONING_SUPPORT];
56 bool has_enh = (mmc->part_support & ENHNCD_SUPPORT) != 0; in print_mmcinfo()