Lines Matching refs:_SBF
18 #define _SBF(s, v) ((v) << (s)) macro
42 #define CRYPTO_V2_RNG_64_BIT_LEN _SBF(4, 0x00)
43 #define CRYPTO_V2_RNG_128_BIT_LEN _SBF(4, 0x01)
44 #define CRYPTO_V2_RNG_192_BIT_LEN _SBF(4, 0x02)
45 #define CRYPTO_V2_RNG_256_BIT_LEN _SBF(4, 0x03)
46 #define CRYPTO_V2_RNG_FATESY_SOC_RING _SBF(2, 0x00)
47 #define CRYPTO_V2_RNG_SLOWER_SOC_RING_0 _SBF(2, 0x01)
48 #define CRYPTO_V2_RNG_SLOWER_SOC_RING_1 _SBF(2, 0x02)
49 #define CRYPTO_V2_RNG_SLOWEST_SOC_RING _SBF(2, 0x03)
59 #define TRNG_V1_CTRL_NOP _SBF(0, 0x00)
60 #define TRNG_V1_CTRL_RAND _SBF(0, 0x01)
61 #define TRNG_V1_CTRL_SEED _SBF(0, 0x02)
69 #define TRNG_V1_MODE_128_BIT _SBF(3, 0x00)
70 #define TRNG_V1_MODE_256_BIT _SBF(3, 0x01)