Lines Matching refs:_SBF
16 #define _SBF(s, v) ((v) << (s)) macro
32 #define CRYPTO_V2_RNG_64_BIT_LEN _SBF(4, 0x00)
33 #define CRYPTO_V2_RNG_128_BIT_LEN _SBF(4, 0x01)
34 #define CRYPTO_V2_RNG_192_BIT_LEN _SBF(4, 0x02)
35 #define CRYPTO_V2_RNG_256_BIT_LEN _SBF(4, 0x03)
36 #define CRYPTO_V2_RNG_FATESY_SOC_RING _SBF(2, 0x00)
37 #define CRYPTO_V2_RNG_SLOWER_SOC_RING_0 _SBF(2, 0x01)
38 #define CRYPTO_V2_RNG_SLOWER_SOC_RING_1 _SBF(2, 0x02)
39 #define CRYPTO_V2_RNG_SLOWEST_SOC_RING _SBF(2, 0x03)
48 #define TRNG_V1_CTRL_NOP _SBF(0, 0x00)
49 #define TRNG_V1_CTRL_RAND _SBF(0, 0x01)
50 #define TRNG_V1_CTRL_SEED _SBF(0, 0x02)
53 #define TRNG_V1_MODE_128_BIT _SBF(3, 0x00)
54 #define TRNG_V1_MODE_256_BIT _SBF(3, 0x01)