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

/linux-4.1.27/drivers/crypto/ux500/cryp/
H A Dcryp_core.c128 #define R_SHIFT_2_MASK 0x28 /* (After right shift 4) Bits 3 and 5, swap_bits_in_byte() macro
145 n1 = ((n1 & R_SHIFT_2_MASK) >> 2) | (n1 & ~(R_SHIFT_2_MASK >> 2)); swap_bits_in_byte()

Completed in 50 milliseconds