Searched refs:vqx_ctl (Results 1 – 2 of 2) sorted by relevance
364 union cptx_vqx_ctl vqx_ctl; in cptvf_write_vq_ctl() local366 vqx_ctl.u = cpt_read_csr64(cptvf->reg_base, CPTX_VQX_CTL(0, 0)); in cptvf_write_vq_ctl()367 vqx_ctl.s.ena = val; in cptvf_write_vq_ctl()368 cpt_write_csr64(cptvf->reg_base, CPTX_VQX_CTL(0, 0), vqx_ctl.u); in cptvf_write_vq_ctl()
347 union otx_cptx_vqx_ctl vqx_ctl; in cptvf_write_vq_ctl() local349 vqx_ctl.u = readq(cptvf->reg_base + OTX_CPT_VQX_CTL(0)); in cptvf_write_vq_ctl()350 vqx_ctl.s.ena = val; in cptvf_write_vq_ctl()351 writeq(vqx_ctl.u, cptvf->reg_base + OTX_CPT_VQX_CTL(0)); in cptvf_write_vq_ctl()