Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/hisilicon/
H A Dhpre_main.h26 #define HPRE_DONE_SHIFT 30 macro
30 #define HPRE_TASK_DONE(w0) (((w0) >> HPRE_DONE_SHIFT) & HPRE_DONE_MASK)
H A Dhpre_dh.c70 sqe->w0 = msg->alg_type | SHIFT_U32(0x1, HPRE_DONE_SHIFT); in hpre_dh_fill_sqe()
H A Dhpre_montgomery.c315 sqe->w0 = msg->alg_type | SHIFT_U32(0x1, HPRE_DONE_SHIFT); in hpre_montgomery_fill_sqe()
H A Dhpre_rsa.c53 sqe->w0 = msg->alg_type | SHIFT_U32(0x1, HPRE_DONE_SHIFT); in hpre_rsa_fill_sqe()
H A Dhpre_ecc.c439 sqe->w0 = msg->alg_type | SHIFT_U32(0x1, HPRE_DONE_SHIFT); in hpre_ecc_fill_sqe()