Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/core/
H A Dsd.c120 unsigned int e, m, csd_struct; in mmc_decode_csd() local
123 csd_struct = UNSTUFF_BITS(resp, 126, 2); in mmc_decode_csd()
125 switch (csd_struct) { in mmc_decode_csd()
199 mmc_hostname(card->host), csd_struct); in mmc_decode_csd()