Searched defs:mmc_csd_sd_v2 (Results 1 – 1 of 1) sorted by relevance
174 struct mmc_csd_sd_v2 { struct175 unsigned int not_used: 1;176 unsigned int crc: 7;177 unsigned int reserved_1: 2;178 unsigned int file_format: 2;179 unsigned int tmp_write_protect: 1;180 unsigned int perm_write_protect: 1;181 unsigned int copy: 1;182 unsigned int file_format_grp: 1;184 unsigned int reserved_2: 5;[all …]