Searched refs:lf_inprog (Results 1 – 1 of 1) sorted by relevance
198 union otx2_cptx_lf_inprog lf_inprog; in otx2_cptlf_do_disable_iqueue() local207 lf_inprog.u = otx2_cpt_read64(lf->lfs->reg_base, BLKADDR_CPT0, in otx2_cptlf_do_disable_iqueue()209 if (!lf_inprog.s.inflight) in otx2_cptlf_do_disable_iqueue()225 lf_inprog.s.eena = 0x0; in otx2_cptlf_do_disable_iqueue()227 OTX2_CPT_LF_INPROG, lf_inprog.u); in otx2_cptlf_do_disable_iqueue()260 union otx2_cptx_lf_inprog lf_inprog; in otx2_cptlf_set_iqueue_exec() local262 lf_inprog.u = otx2_cpt_read64(lf->lfs->reg_base, BLKADDR_CPT0, lf->slot, in otx2_cptlf_set_iqueue_exec()266 lf_inprog.s.eena = enable ? 0x1 : 0x0; in otx2_cptlf_set_iqueue_exec()268 OTX2_CPT_LF_INPROG, lf_inprog.u); in otx2_cptlf_set_iqueue_exec()
Completed in 3 milliseconds