Searched refs:read_blkbits (Results 1 – 6 of 6) sorted by relevance
36 unsigned int read_blkbits; member
131 csd->read_blkbits = unstuff_bits(resp, 80, 4); in mmc_decode_csd() 181 csd->read_blkbits = 9; in mmc_decode_csd()
1476 sz = (card->csd.capacity << (card->csd.read_blkbits - 9)) >> 11; in mmc_init_erase()
182 csd->read_blkbits = unstuff_bits(resp, 80, 4); in mmc_decode_csd()
615 return card->csd.capacity << (card->csd.read_blkbits - 9); in mmc_test_capacity()
2716 * The CSD capacity field is in units of read_blkbits. in mmc_blk_alloc() 2720 << (card->csd.read_blkbits - 9); in mmc_blk_alloc()