Home
last modified time | relevance | path

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

/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_main.c375 union otx_cptx_vqx_done_wait vqx_dwait; in cptvf_write_vq_done_numwait() local
377 vqx_dwait.u = readq(cptvf->reg_base + OTX_CPT_VQX_DONE_WAIT(0)); in cptvf_write_vq_done_numwait()
378 vqx_dwait.s.num_wait = val; in cptvf_write_vq_done_numwait()
379 writeq(vqx_dwait.u, cptvf->reg_base + OTX_CPT_VQX_DONE_WAIT(0)); in cptvf_write_vq_done_numwait()
384 union otx_cptx_vqx_done_wait vqx_dwait; in cptvf_read_vq_done_numwait() local
386 vqx_dwait.u = readq(cptvf->reg_base + OTX_CPT_VQX_DONE_WAIT(0)); in cptvf_read_vq_done_numwait()
387 return vqx_dwait.s.num_wait; in cptvf_read_vq_done_numwait()
392 union otx_cptx_vqx_done_wait vqx_dwait; in cptvf_write_vq_done_timewait() local
394 vqx_dwait.u = readq(cptvf->reg_base + OTX_CPT_VQX_DONE_WAIT(0)); in cptvf_write_vq_done_timewait()
395 vqx_dwait.s.time_wait = time; in cptvf_write_vq_done_timewait()
[all …]
/linux/drivers/crypto/cavium/cpt/
H A Dcptvf_main.c394 union cptx_vqx_done_wait vqx_dwait; in cptvf_write_vq_done_numwait() local
396 vqx_dwait.u = cpt_read_csr64(cptvf->reg_base, in cptvf_write_vq_done_numwait()
398 vqx_dwait.s.num_wait = val; in cptvf_write_vq_done_numwait()
400 vqx_dwait.u); in cptvf_write_vq_done_numwait()
405 union cptx_vqx_done_wait vqx_dwait; in cptvf_write_vq_done_timewait() local
407 vqx_dwait.u = cpt_read_csr64(cptvf->reg_base, in cptvf_write_vq_done_timewait()
409 vqx_dwait.s.time_wait = time; in cptvf_write_vq_done_timewait()
411 vqx_dwait.u); in cptvf_write_vq_done_timewait()