Home
last modified time | relevance | path

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

/linux/drivers/crypto/tegra/
H A Dtegra-se-aes.c229 SE_LAST_BLOCK_RES_BITS(res_bits); in tegra_aes_prep_cmd()
576 SE_LAST_BLOCK_RES_BITS(res_bits); in tegra_gmac_prep_cmd()
630 SE_LAST_BLOCK_RES_BITS(res_bits); in tegra_gcm_crypt_prep_cmd()
1421 SE_LAST_BLOCK_RES_BITS(res_bits); in tegra_cmac_prep_cmd()
H A Dtegra-se.h199 #define SE_LAST_BLOCK_RES_BITS(x) FIELD_PREP(GENMASK(26, 20), x) macro