Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/ux500/cryp/
Dcryp_core.c128 #define R_SHIFT_4_MASK 0xc0 /* Bits 6 and 7, right shift 4 */ in swap_bits_in_byte() macro
144 n1 = ((b & R_SHIFT_4_MASK) >> 4) | (b & ~(R_SHIFT_4_MASK >> 4)); in swap_bits_in_byte()