Home
last modified time | relevance | path

Searched refs:csd_struct (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/mmc/core/
H A Dsd.c106 unsigned int e, m, csd_struct; in mmc_decode_csd() local
109 csd_struct = unstuff_bits(resp, 126, 2); in mmc_decode_csd()
111 switch (csd_struct) { in mmc_decode_csd()
164 if (csd_struct == 1) in mmc_decode_csd()
191 mmc_hostname(card->host), csd_struct); in mmc_decode_csd()