Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/crypto/marvell/octeontx2/
Dotx2_cptlf.h234 inprog = otx2_cpt_read64(reg_base, blkaddr, slot, OTX2_CPT_LF_INPROG); in otx2_cptlf_do_disable_iqueue()
236 otx2_cpt_write64(reg_base, blkaddr, slot, OTX2_CPT_LF_INPROG, inprog); in otx2_cptlf_do_disable_iqueue()
253 inprog = otx2_cpt_read64(reg_base, blkaddr, slot, OTX2_CPT_LF_INPROG); in otx2_cptlf_do_disable_iqueue()
307 OTX2_CPT_LF_INPROG); in otx2_cptlf_set_iqueue_exec()
312 OTX2_CPT_LF_INPROG, lf_inprog.u); in otx2_cptlf_set_iqueue_exec()
Dotx2_cpt_hw_types.h91 #define OTX2_CPT_LF_INPROG (0x40) macro