Searched refs:SDHI_MAX_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance
28 #define SDHI_MAX_BLOCK_SIZE (512U) macro89 uint32_t aligned_buff[SDHI_MAX_BLOCK_SIZE / sizeof(uint32_t)];
1157 FSP_ASSERT(p_cfg->block_size <= SDHI_MAX_BLOCK_SIZE); in r_sdhi_open_param_check()1162 FSP_ASSERT(SDHI_MAX_BLOCK_SIZE == p_cfg->block_size); in r_sdhi_open_param_check()1582 FSP_ASSERT(SDHI_MAX_BLOCK_SIZE == p_ctrl->p_cfg->block_size); in r_sdhi_card_identify()2258 …ctrl->device.sector_count = p_ctrl->device.sector_count * (read_sector_size / SDHI_MAX_BLOCK_SIZE); in r_sdhi_csd_save()