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