Home
last modified time | relevance | path

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

/linux-6.15/drivers/mmc/core/
H A Dsd.c110 unsigned int e, m, csd_struct; in mmc_decode_csd() local
113 csd_struct = unstuff_bits(resp, 126, 2); in mmc_decode_csd()
115 switch (csd_struct) { in mmc_decode_csd()
168 if (csd_struct == 1) in mmc_decode_csd()
195 mmc_hostname(card->host), csd_struct); in mmc_decode_csd()