Searched refs:vqx_dwait (Results 1 – 2 of 2) sorted by relevance
374 union otx_cptx_vqx_done_wait vqx_dwait; in cptvf_write_vq_done_numwait() local 376 vqx_dwait.u = readq(cptvf->reg_base + OTX_CPT_VQX_DONE_WAIT(0)); in cptvf_write_vq_done_numwait() 377 vqx_dwait.s.num_wait = val; in cptvf_write_vq_done_numwait() 378 writeq(vqx_dwait.u, cptvf->reg_base + OTX_CPT_VQX_DONE_WAIT(0)); in cptvf_write_vq_done_numwait() 383 union otx_cptx_vqx_done_wait vqx_dwait; in cptvf_read_vq_done_numwait() local 385 vqx_dwait.u = readq(cptvf->reg_base + OTX_CPT_VQX_DONE_WAIT(0)); in cptvf_read_vq_done_numwait() 386 return vqx_dwait.s.num_wait; in cptvf_read_vq_done_numwait() 391 union otx_cptx_vqx_done_wait vqx_dwait; in cptvf_write_vq_done_timewait() local 393 vqx_dwait.u = readq(cptvf->reg_base + OTX_CPT_VQX_DONE_WAIT(0)); in cptvf_write_vq_done_timewait() 394 vqx_dwait in cptvf_write_vq_done_timewait() 401 union otx_cptx_vqx_done_wait vqx_dwait; cptvf_read_vq_done_timewait() local [all...]
393 union cptx_vqx_done_wait vqx_dwait; in cptvf_write_vq_done_numwait() local 395 vqx_dwait.u = cpt_read_csr64(cptvf->reg_base, in cptvf_write_vq_done_numwait() 397 vqx_dwait.s.num_wait = val; in cptvf_write_vq_done_numwait() 399 vqx_dwait.u); in cptvf_write_vq_done_numwait() 404 union cptx_vqx_done_wait vqx_dwait; in cptvf_write_vq_done_timewait() local 406 vqx_dwait.u = cpt_read_csr64(cptvf->reg_base, in cptvf_write_vq_done_timewait() 408 vqx_dwait.s.time_wait = time; in cptvf_write_vq_done_timewait() 410 vqx_dwait.u); in cptvf_write_vq_done_timewait()