Searched defs:mmc_csd_emmc (Results 1 – 1 of 1) sorted by relevance
143 struct mmc_csd_emmc { struct144 unsigned int not_used: 1;145 unsigned int crc: 7;146 unsigned int ecc: 2;147 unsigned int file_format: 2;148 unsigned int tmp_write_protect: 1;149 unsigned int perm_write_protect: 1;150 unsigned int copy: 1;151 unsigned int file_format_grp: 1;153 unsigned int reserved_1: 5;[all …]