Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/hisilicon/
H A Dhisi_qm.c393 free(xqc->sqc); in hisi_qm_free_xqc()
418 xqc->sqc = memalign(HISI_QM_ALIGN32, sqc_size); in hisi_qm_alloc_xqc()
419 if (!xqc->sqc) { in hisi_qm_alloc_xqc()
423 memset(xqc->sqc, 0, sqc_size); in hisi_qm_alloc_xqc()
424 xqc->sqc_dma = virt_to_phys(xqc->sqc); in hisi_qm_alloc_xqc()
439 free(xqc->sqc); in hisi_qm_alloc_xqc()
660 struct qm_sqc *sqc = qm->cfg_xqc.sqc; in qm_sqc_cfg() local
664 memset(sqc, 0, sizeof(struct qm_sqc)); in qm_sqc_cfg()
665 reg_pair_from_64(qp->sqe_dma, &sqc->base_h, &sqc->base_l); in qm_sqc_cfg()
666 sqc->dw3 = (HISI_QM_Q_DEPTH - 1) | in qm_sqc_cfg()
[all …]
H A Dhisi_qm.h151 struct qm_sqc *sqc; member