Searched defs:mmc_csd_sd_v2 (Results 1 – 1 of 1) sorted by relevance
188 struct mmc_csd_sd_v2 { struct189 unsigned int not_used: 1;190 unsigned int crc: 7;191 unsigned int reserved_1: 2;192 unsigned int file_format: 2;193 unsigned int tmp_write_protect: 1;194 unsigned int perm_write_protect: 1;195 unsigned int copy: 1;196 unsigned int file_format_grp: 1;198 unsigned int reserved_2: 5;[all …]