Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/crypto/marvell/octeontx/
Dotx_cptvf_main.c377 union otx_cptx_vqx_done_wait vqx_dwait; in cptvf_write_vq_done_numwait() local
379 vqx_dwait.u = readq(cptvf->reg_base + OTX_CPT_VQX_DONE_WAIT(0)); in cptvf_write_vq_done_numwait()
380 vqx_dwait.s.num_wait = val; in cptvf_write_vq_done_numwait()
381 writeq(vqx_dwait.u, cptvf->reg_base + OTX_CPT_VQX_DONE_WAIT(0)); in cptvf_write_vq_done_numwait()
386 union otx_cptx_vqx_done_wait vqx_dwait; in cptvf_read_vq_done_numwait() local
388 vqx_dwait.u = readq(cptvf->reg_base + OTX_CPT_VQX_DONE_WAIT(0)); in cptvf_read_vq_done_numwait()
389 return vqx_dwait.s.num_wait; in cptvf_read_vq_done_numwait()
394 union otx_cptx_vqx_done_wait vqx_dwait; in cptvf_write_vq_done_timewait() local
396 vqx_dwait.u = readq(cptvf->reg_base + OTX_CPT_VQX_DONE_WAIT(0)); in cptvf_write_vq_done_timewait()
397 vqx_dwait.s.time_wait = time; in cptvf_write_vq_done_timewait()
[all …]
/Linux-v5.10/drivers/crypto/cavium/cpt/
Dcptvf_main.c396 union cptx_vqx_done_wait vqx_dwait; in cptvf_write_vq_done_numwait() local
398 vqx_dwait.u = cpt_read_csr64(cptvf->reg_base, in cptvf_write_vq_done_numwait()
400 vqx_dwait.s.num_wait = val; in cptvf_write_vq_done_numwait()
402 vqx_dwait.u); in cptvf_write_vq_done_numwait()
407 union cptx_vqx_done_wait vqx_dwait; in cptvf_write_vq_done_timewait() local
409 vqx_dwait.u = cpt_read_csr64(cptvf->reg_base, in cptvf_write_vq_done_timewait()
411 vqx_dwait.s.time_wait = time; in cptvf_write_vq_done_timewait()
413 vqx_dwait.u); in cptvf_write_vq_done_timewait()