Searched refs:MMCSD_SECTOR_SIZE (Results 1 – 2 of 2) sorted by relevance
189 #define MMCSD_SECTOR_SIZE 512 macro
1230 count = (size > MMCSD_SECTOR_SIZE) ? MMCSD_SECTOR_SIZE : size;1286 count = (size > MMCSD_SECTOR_SIZE) ? MMCSD_SECTOR_SIZE : size;
Completed in 11 milliseconds