HomeSort by relevance Sort by last modified time
    Searched full:ext_csd (Results 1 - 15 of 15) sorted by null

  /system/core/storaged/
storaged.rc 4 file /d/mmc0/mmc0:0001/ext_csd r
storaged_info.cpp 35 const string emmc_info_t::emmc_debugfs = "/d/mmc0/mmc0:0001/ext_csd";
  /external/mmc-utils/
mmc_cmds.c 38 int read_extcsd(int fd, __u8 *ext_csd)
43 memset(ext_csd, 0, sizeof(__u8) * 512);
50 mmc_ioc_cmd_set_data(idata, ext_csd);
99 void print_writeprotect_status(__u8 *ext_csd)
102 __u8 ext_csd_rev = ext_csd[EXT_CSD_REV];
107 " [BOOT_WP_STATUS]: 0x%02x\n", ext_csd[174]);
109 reg = ext_csd[EXT_CSD_BOOT_WP];
135 __u8 ext_csd[512]; local
150 ret = read_extcsd(fd, ext_csd);
152 fprintf(stderr, "Could not read EXT_CSD from %s\n", device)
163 __u8 ext_csd[512], value; local
199 __u8 ext_csd[512], native_sector_size, data_sector_size, wr_rel_param; local
243 __u8 ext_csd[512]; local
309 __u8 ext_csd[512]; local
378 __u8 ext_csd[512]; local
437 __u8 ext_csd[512], value = 0; local
573 __u8 ext_csd[512]; local
667 __u8 ext_csd[512]; local
792 __u8 ext_csd[512]; local
934 __u8 ext_csd[512]; local
995 __u8 ext_csd[512], ext_csd_rev, reg; local
1978 __u8 ext_csd[512]; local
    [all...]
mmc.h 40 * EXT_CSD fields
110 * EXT_CSD field definitions
  /frameworks/native/cmds/dumpstate/
dumpstate.rc 3 chown root mount /sys/kernel/debug/mmc0/mmc0:0001/ext_csd
4 chmod 0440 /sys/kernel/debug/mmc0/mmc0:0001/ext_csd
dumpstate.cpp     [all...]
  /external/autotest/client/site_tests/hardware_StorageWearoutDetect/
control.non_cache 14 and in ext_csd for eMMC version 5.0 or later. For previous version of eMMC,
control 20 and in ext_csd for eMMC version 5.0 or later. For previous version of eMMC,
hardware_StorageWearoutDetect.py 13 in ext_csd for eMMC version 5.0 or later. For previous version of eMMC,
  /external/autotest/client/site_tests/hardware_DiskSize/
hardware_DiskSize.py 47 Data' (CSD & EXT_CSD) defined by JEDEC JESD84-A44.pdf if possible.
50 EXT_CSD :: debugfs
54 EXT_CSD[SEC_COUNT] = # of 512byte sectors
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Include/
MMC.h 215 }EXT_CSD;
  /system/core/storaged/include/
storaged.h 157 #define EMMC_ECSD_PATH "/d/mmc0/mmc0:0001/ext_csd"
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/
SDMediaDevice.h 97 EXT_CSD ExtCSDRegister;
MMCSDTransfer.c     [all...]
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/IndustryStandard/
Mmc.h 290 } EXT_CSD;

Completed in 370 milliseconds