Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptlf.h208 union otx2_cptx_lf_ctl lf_ctl = { .u = 0x0 }; in otx2_cptlf_do_disable_iqueue() local
215 OTX2_CPT_LF_CTL, lf_ctl.u); in otx2_cptlf_do_disable_iqueue()
254 union otx2_cptx_lf_ctl lf_ctl; in otx2_cptlf_set_iqueue_enq() local
256 lf_ctl.u = otx2_cpt_read64(lf->lfs->reg_base, blkaddr, lf->slot, in otx2_cptlf_set_iqueue_enq()
260 lf_ctl.s.ena = enable ? 0x1 : 0x0; in otx2_cptlf_set_iqueue_enq()
262 OTX2_CPT_LF_CTL, lf_ctl.u); in otx2_cptlf_set_iqueue_enq()