Lines Matching refs:cptinst
88 void (*send_cmd)(union otx2_cpt_inst_s *cptinst, u32 insts_num,
291 static inline void otx2_cpt_fill_inst(union otx2_cpt_inst_s *cptinst, in otx2_cpt_fill_inst() argument
295 cptinst->u[0] = 0x0; in otx2_cpt_fill_inst()
296 cptinst->s.doneint = true; in otx2_cpt_fill_inst()
297 cptinst->s.res_addr = comp_baddr; in otx2_cpt_fill_inst()
298 cptinst->u[2] = 0x0; in otx2_cpt_fill_inst()
299 cptinst->u[3] = 0x0; in otx2_cpt_fill_inst()
300 cptinst->s.ei0 = iq_cmd->cmd.u; in otx2_cpt_fill_inst()
301 cptinst->s.ei1 = iq_cmd->dptr; in otx2_cpt_fill_inst()
302 cptinst->s.ei2 = iq_cmd->rptr; in otx2_cpt_fill_inst()
303 cptinst->s.ei3 = iq_cmd->cptr.u; in otx2_cpt_fill_inst()
312 static inline void otx2_cpt_send_cmd(union otx2_cpt_inst_s *cptinst, in otx2_cpt_send_cmd() argument
326 memcpy_toio(lmtline, cptinst, insts_num * OTX2_CPT_INST_SIZE); in otx2_cpt_send_cmd()