Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/crypto/fsl/
H A Ddesc_constr.h199 static inline void set_jump_tgt_here(u32 *desc, u32 *jump_cmd) in APPEND_CMD_RET()
201 *jump_cmd = *jump_cmd | (desc_len(desc) - (jump_cmd - desc)); in APPEND_CMD_RET()
H A Djobdesc.c262 u32 *jump_cmd; in inline_cnstr_jobdesc_rng_instantiation() local
271 jump_cmd = append_jump(desc, JUMP_CLASS_CLASS1); in inline_cnstr_jobdesc_rng_instantiation()
272 set_jump_tgt_here(desc, jump_cmd); in inline_cnstr_jobdesc_rng_instantiation()