Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/hisilicon/
H A Dhisi_qm.c392 free(xqc->cqc); in hisi_qm_free_xqc()
426 xqc->cqc = memalign(HISI_QM_ALIGN32, cqc_size); in hisi_qm_alloc_xqc()
427 if (!xqc->cqc) { in hisi_qm_alloc_xqc()
432 memset(xqc->cqc, 0, cqc_size); in hisi_qm_alloc_xqc()
433 xqc->cqc_dma = virt_to_phys(xqc->cqc); in hisi_qm_alloc_xqc()
437 free(xqc->cqc); in hisi_qm_alloc_xqc()
685 struct qm_cqc *cqc = qm->cfg_xqc.cqc; in qm_cqc_cfg() local
689 memset(cqc, 0, sizeof(struct qm_cqc)); in qm_cqc_cfg()
690 reg_pair_from_64(qp->cqe_dma, &cqc->base_h, &cqc->base_l); in qm_cqc_cfg()
691 cqc->dw3 = (HISI_QM_Q_DEPTH - 1) | in qm_cqc_cfg()
[all …]
H A Dhisi_qm.h152 struct qm_cqc *cqc; member