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

  /external/mmc-utils/
mmc.h 55 #define EXT_CSD_REV 192
mmc_cmds.c 102 __u8 ext_csd_rev = ext_csd[EXT_CSD_REV]; local
105 if (ext_csd_rev >= 5) {
995 __u8 ext_csd[512], ext_csd_rev, reg; local
1018 ext_csd_rev = ext_csd[EXT_CSD_REV];
1020 switch (ext_csd_rev) {
1046 printf(" Extended CSD rev 1.%d (MMC %s)\n", ext_csd_rev, str);
1049 if (ext_csd_rev < 3)
1073 if (ext_csd_rev >= 6)
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Include/
MMC.h 193 UINT8 EXT_CSD_REV; // Extended CSD Revision [192]
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/IndustryStandard/
Mmc.h 237 UINT8 EXT_CSD_REV; // [192] Extended CSD Revision
  /frameworks/native/cmds/dumpstate/
utils.cpp 1128 int ext_csd_rev = 0; local
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Universal/MmcDxe/
Mmc.h 226 UINT8 EXT_CSD_REV; // Extended CSD revision [192:192]

Completed in 270 milliseconds