Searched refs:_SBF (Results 1 – 1 of 1) sorted by relevance
16 #define _SBF(s, v) ((v) << (s)) macro32 #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)
Completed in 3 milliseconds