Home
last modified time | relevance | path

Searched refs:SE_LAST_BLOCK_VAL (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/crypto/tegra/
H A Dtegra-se-aes.c234 cpuvaddr[i++] = SE_LAST_BLOCK_VAL(data_count) | in tegra_aes_prep_cmd()
624 cpuvaddr[i++] = SE_LAST_BLOCK_VAL(data_count) | in tegra_gmac_prep_cmd()
678 cpuvaddr[i++] = SE_LAST_BLOCK_VAL(data_count) | in tegra_gcm_crypt_prep_cmd()
863 cpuvaddr[i++] = SE_LAST_BLOCK_VAL(data_count); in tegra_cbcmac_prep_cmd()
1499 cpuvaddr[i++] = SE_LAST_BLOCK_VAL(data_count) | in tegra_cmac_prep_cmd()
H A Dtegra-se.h199 #define SE_LAST_BLOCK_VAL(x) FIELD_PREP(GENMASK(19, 0), x) macro