Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/crypto/fsl/
H A Ddesc_constr.h206 *move_cmd &= ~MOVE_OFFSET_MASK; in set_move_tgt_here()
208 MOVE_OFFSET_MASK); in set_move_tgt_here()
H A Ddesc.h627 #define MOVE_OFFSET_MASK (0xff << MOVE_OFFSET_SHIFT) macro
/OK3568_Linux_fs/kernel/drivers/crypto/caam/
H A Ddesc_constr.h254 val &= ~MOVE_OFFSET_MASK; in set_move_tgt_here()
255 val |= (desc_len(desc) << (MOVE_OFFSET_SHIFT + 2)) & MOVE_OFFSET_MASK; in set_move_tgt_here()
H A Ddesc.h1435 #define MOVE_OFFSET_MASK (0xff << MOVE_OFFSET_SHIFT) macro