Searched refs:MMC_BLOCK_SIZE (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/dev/block/sdmmc/
H A Dmmc.c23 #define MMC_BLOCK_SIZE 512ul // block size is 512 bytes always because it is the required macro
177 dev->block_info.block_count = sectors * MMC_SECTOR_SIZE / MMC_BLOCK_SIZE;
178 dev->block_info.block_size = (uint32_t)MMC_BLOCK_SIZE;

Completed in 20 milliseconds