Home
last modified time | relevance | path

Searched refs:vqx_dwait (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/crypto/cavium/cpt/
Dcptvf_main.c398 union cptx_vqx_done_wait vqx_dwait; in cptvf_write_vq_done_numwait() local
400 vqx_dwait.u = cpt_read_csr64(cptvf->reg_base, in cptvf_write_vq_done_numwait()
402 vqx_dwait.s.num_wait = val; in cptvf_write_vq_done_numwait()
404 vqx_dwait.u); in cptvf_write_vq_done_numwait()
409 union cptx_vqx_done_wait vqx_dwait; in cptvf_write_vq_done_timewait() local
411 vqx_dwait.u = cpt_read_csr64(cptvf->reg_base, in cptvf_write_vq_done_timewait()
413 vqx_dwait.s.time_wait = time; in cptvf_write_vq_done_timewait()
415 vqx_dwait.u); in cptvf_write_vq_done_timewait()