Searched refs:vqx_ctl (Results 1 – 1 of 1) sorted by relevance
369 union cptx_vqx_ctl vqx_ctl; in cptvf_write_vq_ctl() local371 vqx_ctl.u = cpt_read_csr64(cptvf->reg_base, CPTX_VQX_CTL(0, 0)); in cptvf_write_vq_ctl()372 vqx_ctl.s.ena = val; in cptvf_write_vq_ctl()373 cpt_write_csr64(cptvf->reg_base, CPTX_VQX_CTL(0, 0), vqx_ctl.u); in cptvf_write_vq_ctl()