Lines Matching refs:done_wait
14 union otx2_cptx_lf_done_wait done_wait; in cptlf_do_set_done_time_wait() local
16 done_wait.u = otx2_cpt_read64(lf->lfs->reg_base, BLKADDR_CPT0, lf->slot, in cptlf_do_set_done_time_wait()
18 done_wait.s.time_wait = time_wait; in cptlf_do_set_done_time_wait()
20 OTX2_CPT_LF_DONE_WAIT, done_wait.u); in cptlf_do_set_done_time_wait()
25 union otx2_cptx_lf_done_wait done_wait; in cptlf_do_set_done_num_wait() local
27 done_wait.u = otx2_cpt_read64(lf->lfs->reg_base, BLKADDR_CPT0, lf->slot, in cptlf_do_set_done_num_wait()
29 done_wait.s.num_wait = num_wait; in cptlf_do_set_done_num_wait()
31 OTX2_CPT_LF_DONE_WAIT, done_wait.u); in cptlf_do_set_done_num_wait()
233 union otx2_cptx_lf_done_wait done_wait; in cptlf_done_intr_handler() local
240 done_wait.u = otx2_cpt_read64(lf->lfs->reg_base, BLKADDR_CPT0, in cptlf_done_intr_handler()
247 OTX2_CPT_LF_DONE_WAIT, done_wait.u); in cptlf_done_intr_handler()