Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/crypto/tegra/
Dtegra-se-aes.c228 cpuvaddr[i++] = SE_LAST_BLOCK_VAL(data_count) | in tegra_aes_prep_cmd()
575 cpuvaddr[i++] = SE_LAST_BLOCK_VAL(data_count) | in tegra_gmac_prep_cmd()
629 cpuvaddr[i++] = SE_LAST_BLOCK_VAL(data_count) | in tegra_gcm_crypt_prep_cmd()
814 cpuvaddr[i++] = SE_LAST_BLOCK_VAL(data_count); in tegra_cbcmac_prep_cmd()
1420 cpuvaddr[i++] = SE_LAST_BLOCK_VAL(data_count) | in tegra_cmac_prep_cmd()
Dtegra-se.h198 #define SE_LAST_BLOCK_VAL(x) FIELD_PREP(GENMASK(19, 0), x) macro