Searched refs:c_size_mult (Results 1 – 3 of 3) sorted by relevance
48 rt_uint8_t c_size_mult; /* CSD 1.0 , device size multiplier */ member
83 csd->c_size_mult = GET_BITS(resp, 47, 3); in mmcsd_parse_csd()90 card->card_capacity = (csd->c_size + 1) << (csd->c_size_mult + 2); in mmcsd_parse_csd()
95 csd->c_size_mult = GET_BITS(resp, 47, 3); in mmcsd_parse_csd()
Completed in 8 milliseconds