Home
last modified time | relevance | path

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

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