Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptlf.h209 union otx2_cptx_lf_inprog lf_inprog; in otx2_cptlf_do_disable_iqueue() local
219 lf_inprog.u = otx2_cpt_read64(lf->lfs->reg_base, blkaddr, in otx2_cptlf_do_disable_iqueue()
221 if (!lf_inprog.s.inflight) in otx2_cptlf_do_disable_iqueue()
237 lf_inprog.s.eena = 0x0; in otx2_cptlf_do_disable_iqueue()
239 OTX2_CPT_LF_INPROG, lf_inprog.u); in otx2_cptlf_do_disable_iqueue()
273 union otx2_cptx_lf_inprog lf_inprog; in otx2_cptlf_set_iqueue_exec() local
276 lf_inprog.u = otx2_cpt_read64(lf->lfs->reg_base, blkaddr, lf->slot, in otx2_cptlf_set_iqueue_exec()
280 lf_inprog.s.eena = enable ? 0x1 : 0x0; in otx2_cptlf_set_iqueue_exec()
282 OTX2_CPT_LF_INPROG, lf_inprog.u); in otx2_cptlf_set_iqueue_exec()