Home
last modified time | relevance | path

Searched defs:mmc_csd_emmc (Results 1 – 1 of 1) sorted by relevance

/trusted-firmware-a-latest/include/drivers/
Dmmc.h143 struct mmc_csd_emmc { struct
144 unsigned int not_used: 1;
145 unsigned int crc: 7;
146 unsigned int ecc: 2;
147 unsigned int file_format: 2;
148 unsigned int tmp_write_protect: 1;
149 unsigned int perm_write_protect: 1;
150 unsigned int copy: 1;
151 unsigned int file_format_grp: 1;
153 unsigned int reserved_1: 5;
[all …]