Home
last modified time | relevance | path

Searched refs:L_SHIFT_4_MASK (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/ux500/cryp/
H A Dcryp_core.c124 #define L_SHIFT_4_MASK 0x03 /* Bits 0 and 1, left shift 4 */ in swap_bits_in_byte() macro
143 n2 = ((b & L_SHIFT_4_MASK) << 4) | (b & ~(L_SHIFT_4_MASK << 4)); in swap_bits_in_byte()
/kernel/linux/linux-6.6/drivers/crypto/stm32/
H A Dstm32-cryp.c402 #define L_SHIFT_4_MASK 0x03 /* Bits 0 and 1, left shift 4 */ in ux500_swap_bits_in_byte() macro
421 n2 = ((b & L_SHIFT_4_MASK) << 4) | (b & ~(L_SHIFT_4_MASK << 4)); in ux500_swap_bits_in_byte()

Completed in 5 milliseconds