Home
last modified time | relevance | path

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

/linux/drivers/crypto/marvell/octeontx2/
A Dotx2_cptlf.h197 union otx2_cptx_lf_ctl lf_ctl = { .u = 0x0 }; in otx2_cptlf_do_disable_iqueue() local
203 OTX2_CPT_LF_CTL, lf_ctl.u); in otx2_cptlf_do_disable_iqueue()
241 union otx2_cptx_lf_ctl lf_ctl; in otx2_cptlf_set_iqueue_enq() local
243 lf_ctl.u = otx2_cpt_read64(lf->lfs->reg_base, BLKADDR_CPT0, lf->slot, in otx2_cptlf_set_iqueue_enq()
247 lf_ctl.s.ena = enable ? 0x1 : 0x0; in otx2_cptlf_set_iqueue_enq()
249 OTX2_CPT_LF_CTL, lf_ctl.u); in otx2_cptlf_set_iqueue_enq()

Completed in 4 milliseconds