Searched refs:move_cmd (Results 1 – 2 of 2) sorted by relevance
203 static inline void set_move_tgt_here(u32 *desc, u32 *move_cmd) in set_move_tgt_here() argument205 *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()
251 static inline void set_move_tgt_here(u32 * const desc, u32 *move_cmd) in set_move_tgt_here() argument253 u32 val = caam32_to_cpu(*move_cmd); in set_move_tgt_here()257 *move_cmd = cpu_to_caam32(val); in set_move_tgt_here()