Searched refs:block_size (Results 1 – 6 of 6) sorted by relevance
83 …block_size; /**< Size of transfer block in bytes … member
223 unsigned int numBlocks, block_size; in MXC_TPU_RevA_Cipher_GetLength() local224 block_size = MXC_TPU_Cipher_Get_Block_Size(cipher); in MXC_TPU_RevA_Cipher_GetLength()225 numBlocks = data_size / block_size; in MXC_TPU_RevA_Cipher_GetLength()226 if ((data_size % block_size) > 0) { in MXC_TPU_RevA_Cipher_GetLength()
166 ((sd_cmd_cfg->block_size << MXC_F_SDHC_REVA_BLK_SIZE_TRANS_POS) & in MXC_SDHC_TransSetup()