Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/octeontx2/
H A Dotx2_cryptodev_hw_access.c173 lf_ctl.u = otx2_read64(qp->base + OTX2_CPT_LF_CTL); in otx2_cpt_iq_enable()
175 otx2_write64(lf_ctl.u, qp->base + OTX2_CPT_LF_CTL); in otx2_cpt_iq_enable()
200 ctl.u = otx2_read64(qp->base + OTX2_CPT_LF_CTL); in otx2_cpt_iq_disable()
202 otx2_write64(ctl.u, qp->base + OTX2_CPT_LF_CTL); in otx2_cpt_iq_disable()
H A Dotx2_cryptodev_hw_access.h34 #define OTX2_CPT_LF_CTL 0x10ull macro