Searched refs:CY_SD_HOST_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance
953 dataConfig.blockSize = CY_SD_HOST_BLOCK_SIZE; in Cy_SD_Host_Read()964 length = CY_SD_HOST_BLOCK_SIZE * config->numberOfBlocks; in Cy_SD_Host_Read()1085 dataConfig.blockSize = CY_SD_HOST_BLOCK_SIZE; in Cy_SD_Host_Write()1097 length = CY_SD_HOST_BLOCK_SIZE * config->numberOfBlocks; in Cy_SD_Host_Write()3677 dataConfig.blockSize = CY_SD_HOST_BLOCK_SIZE; in Cy_SD_Host_GetExtCsd()3709 if ((CY_SD_HOST_MMC_LEGACY_SIZE_BYTES/CY_SD_HOST_BLOCK_SIZE) < in Cy_SD_Host_GetExtCsd()
443 #define CY_SD_HOST_BLOCK_SIZE (512UL) /**< The SD memory card block size. */ macro