Searched defs:mmc_csd_emmc (Results 1 – 1 of 1) sorted by relevance
130 struct mmc_csd_emmc { struct131 unsigned int not_used: 1;132 unsigned int crc: 7;133 unsigned int ecc: 2;134 unsigned int file_format: 2;135 unsigned int tmp_write_protect: 1;136 unsigned int perm_write_protect: 1;137 unsigned int copy: 1;138 unsigned int file_format_grp: 1;140 unsigned int reserved_1: 5;[all …]