Home
last modified time | relevance | path

Searched refs:MMCSD_SECTOR_SIZE (Results 1 – 3 of 3) sorted by relevance

/u-boot/arch/arm/include/asm/arch-mx35/
A Dmmc_host_def.h12 #define MMCSD_SECTOR_SIZE 512 macro
/u-boot/arch/arm/include/asm/
A Domap_mmc.h189 #define MMCSD_SECTOR_SIZE 512 macro
/u-boot/drivers/mmc/
A Domap_hsmmc.c1230 count = (size > MMCSD_SECTOR_SIZE) ? MMCSD_SECTOR_SIZE : size;
1286 count = (size > MMCSD_SECTOR_SIZE) ? MMCSD_SECTOR_SIZE : size;

Completed in 9 milliseconds