Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-mx35/
H A Dmmc_host_def.h13 #define MMCSD_SECTOR_SIZE 512 macro
/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Domap_hsmmc.c467 count = (size > MMCSD_SECTOR_SIZE) ? MMCSD_SECTOR_SIZE : size;
522 count = (size > MMCSD_SECTOR_SIZE) ? MMCSD_SECTOR_SIZE : size;
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/
H A Domap_mmc.h155 #define MMCSD_SECTOR_SIZE 512 macro