Home
last modified time | relevance | path

Searched refs:ext_csd (Results 1 – 3 of 3) sorted by relevance

/external/mmc-utils/
Dmmc_cmds.c38 int read_extcsd(int fd, __u8 *ext_csd) in read_extcsd() argument
43 memset(ext_csd, 0, sizeof(__u8) * 512); in read_extcsd()
50 mmc_ioc_cmd_set_data(idata, ext_csd); in read_extcsd()
99 void print_writeprotect_status(__u8 *ext_csd) in print_writeprotect_status() argument
102 __u8 ext_csd_rev = ext_csd[EXT_CSD_REV]; in print_writeprotect_status()
107 " [BOOT_WP_STATUS]: 0x%02x\n", ext_csd[174]); in print_writeprotect_status()
109 reg = ext_csd[EXT_CSD_BOOT_WP]; in print_writeprotect_status()
135 __u8 ext_csd[512]; in do_writeprotect_get() local
150 ret = read_extcsd(fd, ext_csd); in do_writeprotect_get()
156 print_writeprotect_status(ext_csd); in do_writeprotect_get()
[all …]
/external/autotest/client/site_tests/hardware_StorageWearoutDetect/
Dcontrol.non_cache14 and in ext_csd for eMMC version 5.0 or later. For previous version of eMMC,
Dcontrol20 and in ext_csd for eMMC version 5.0 or later. For previous version of eMMC,