Home
last modified time | relevance | path

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

/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cpt_hw_types.h108 #define OTX_CPT_VQX_DONE_ACK(b) (0x440ll | (u64)(b) << 20) macro
H A Dotx_cptvf_main.c561 vqx_dack_cnt.u = readq(cptvf->reg_base + OTX_CPT_VQX_DONE_ACK(0)); in cptvf_write_vq_done_ack()
563 writeq(vqx_dack_cnt.u, cptvf->reg_base + OTX_CPT_VQX_DONE_ACK(0)); in cptvf_write_vq_done_ack()