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