Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/crypto/fsl/
H A Ddesc_constr.h203 static inline void set_move_tgt_here(u32 *desc, u32 *move_cmd) in set_move_tgt_here() argument
205 *move_cmd &= ~MOVE_OFFSET_MASK; in set_move_tgt_here()
206 *move_cmd = *move_cmd | ((desc_len(desc) << (MOVE_OFFSET_SHIFT + 2)) & in set_move_tgt_here()
/openbmc/linux/drivers/crypto/caam/
H A Ddesc_constr.h251 static inline void set_move_tgt_here(u32 * const desc, u32 *move_cmd) in set_move_tgt_here() argument
253 u32 val = caam32_to_cpu(*move_cmd); in set_move_tgt_here()
257 *move_cmd = cpu_to_caam32(val); in set_move_tgt_here()