Searched refs:MMC_BLOCK_SIZE (Results 1 – 1 of 1) sorted by relevance
23 #define MMC_BLOCK_SIZE 512ul // block size is 512 bytes always because it is the required macro177 dev->block_info.block_count = sectors * MMC_SECTOR_SIZE / MMC_BLOCK_SIZE; in mmc_decode_ext_csd()178 dev->block_info.block_size = (uint32_t)MMC_BLOCK_SIZE; in mmc_decode_ext_csd()
Completed in 4 milliseconds