Searched refs:vqx_ctl (Results 1 – 2 of 2) sorted by relevance
367 union cptx_vqx_ctl vqx_ctl; in cptvf_write_vq_ctl() local369 vqx_ctl.u = cpt_read_csr64(cptvf->reg_base, CPTX_VQX_CTL(0, 0)); in cptvf_write_vq_ctl()370 vqx_ctl.s.ena = val; in cptvf_write_vq_ctl()371 cpt_write_csr64(cptvf->reg_base, CPTX_VQX_CTL(0, 0), vqx_ctl.u); in cptvf_write_vq_ctl()
350 union otx_cptx_vqx_ctl vqx_ctl; in cptvf_write_vq_ctl() local352 vqx_ctl.u = readq(cptvf->reg_base + OTX_CPT_VQX_CTL(0)); in cptvf_write_vq_ctl()353 vqx_ctl.s.ena = val; in cptvf_write_vq_ctl()354 writeq(vqx_ctl.u, cptvf->reg_base + OTX_CPT_VQX_CTL(0)); in cptvf_write_vq_ctl()