Searched refs:vqx_dbell (Results 1 – 2 of 2) sorted by relevance
373 union cptx_vqx_doorbell vqx_dbell; in cptvf_write_vq_doorbell() local375 vqx_dbell.u = cpt_read_csr64(cptvf->reg_base, in cptvf_write_vq_doorbell()377 vqx_dbell.s.dbell_cnt = val * 8; /* Num of Instructions * 8 words */ in cptvf_write_vq_doorbell()379 vqx_dbell.u); in cptvf_write_vq_doorbell()
356 union otx_cptx_vqx_doorbell vqx_dbell; in otx_cptvf_write_vq_doorbell() local358 vqx_dbell.u = readq(cptvf->reg_base + OTX_CPT_VQX_DOORBELL(0)); in otx_cptvf_write_vq_doorbell()359 vqx_dbell.s.dbell_cnt = val * 8; /* Num of Instructions * 8 words */ in otx_cptvf_write_vq_doorbell()360 writeq(vqx_dbell.u, cptvf->reg_base + OTX_CPT_VQX_DOORBELL(0)); in otx_cptvf_write_vq_doorbell()