Searched refs:inprog (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/crypto/marvell/octeontx2/ |
H A D | otx2_cptlf.h | 226 u64 inprog, inst_ptr; in otx2_cptlf_do_disable_iqueue() local 234 inprog = otx2_cpt_read64(reg_base, blkaddr, slot, OTX2_CPT_LF_INPROG); in otx2_cptlf_do_disable_iqueue() 235 inprog |= BIT_ULL(16); 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() 255 if ((FIELD_GET(INFLIGHT, inprog) == 0) && in otx2_cptlf_do_disable_iqueue() 256 (FIELD_GET(GRB_CNT, inprog) == 0)) { in otx2_cptlf_do_disable_iqueue()
|
/linux/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_cpt.c | 1072 u64 inprog, inst_ptr; in cpt_lf_disable_iqueue() local 1079 inprog = rvu_read64(rvu, blkaddr, in cpt_lf_disable_iqueue() 1081 inprog |= BIT_ULL(16); in cpt_lf_disable_iqueue() 1083 CPT_AF_BAR2_ALIASX(slot, CPT_LF_INPROG), inprog); in cpt_lf_disable_iqueue() 1103 inprog = rvu_read64(rvu, blkaddr, in cpt_lf_disable_iqueue() 1106 if ((FIELD_GET(INFLIGHT, inprog) == 0) && in cpt_lf_disable_iqueue() 1107 (FIELD_GET(GRB_CNT, inprog) == 0)) { in cpt_lf_disable_iqueue()
|
/linux/drivers/sbus/char/ |
H A D | envctrl.c | 971 static int inprog = 0; in envctrl_do_shutdown() local 973 if (inprog != 0) in envctrl_do_shutdown() 976 inprog = 1; in envctrl_do_shutdown()
|