Searched refs:vqx_ctl (Results 1 – 2 of 2) sorted by relevance
365 union cptx_vqx_ctl vqx_ctl; in cptvf_write_vq_ctl() local367 vqx_ctl.u = cpt_read_csr64(cptvf->reg_base, CPTX_VQX_CTL(0, 0)); in cptvf_write_vq_ctl()368 vqx_ctl.s.ena = val; in cptvf_write_vq_ctl()369 cpt_write_csr64(cptvf->reg_base, CPTX_VQX_CTL(0, 0), vqx_ctl.u); in cptvf_write_vq_ctl()
348 union otx_cptx_vqx_ctl vqx_ctl; in cptvf_write_vq_ctl() local350 vqx_ctl.u = readq(cptvf->reg_base + OTX_CPT_VQX_CTL(0)); in cptvf_write_vq_ctl()351 vqx_ctl.s.ena = val; in cptvf_write_vq_ctl()352 writeq(vqx_ctl.u, cptvf->reg_base + OTX_CPT_VQX_CTL(0)); in cptvf_write_vq_ctl()