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

/linux-4.1.27/drivers/crypto/ux500/cryp/
H A Dcryp_core.c127 #define R_SHIFT_4_MASK 0xc0 /* Bits 6 and 7, right shift 4 */ swap_bits_in_byte() macro
143 n1 = ((b & R_SHIFT_4_MASK) >> 4) | (b & ~(R_SHIFT_4_MASK >> 4)); swap_bits_in_byte()

Completed in 70 milliseconds