Home
last modified time | relevance | path

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

/linux/drivers/crypto/tegra/
H A Dtegra-se.h188 #define SE_AES_CRYPTO_CFG_XOR_POS(x) FIELD_PREP(GENMASK(2, 1), x) macro
189 #define SE_AES_XOR_POS_BYPASS SE_AES_CRYPTO_CFG_XOR_POS(0)
190 #define SE_AES_XOR_POS_BOTH SE_AES_CRYPTO_CFG_XOR_POS(1)
191 #define SE_AES_XOR_POS_TOP SE_AES_CRYPTO_CFG_XOR_POS(2)
192 #define SE_AES_XOR_POS_BOTTOM SE_AES_CRYPTO_CFG_XOR_POS(3)