Home
last modified time | relevance | path

Searched refs:qce (Results 1 – 21 of 21) sorted by relevance

/openbmc/linux/drivers/crypto/qce/
H A Dcore.c96 if (qce->req) { in qce_handle_queue()
133 req = qce->req; in qce_tasklet_req_done()
183 qce->pipe_pair_id = qce->dma.rxchan->chan_id >> 1; in qce_check_version()
197 qce = devm_kzalloc(dev, sizeof(*qce), GFP_KERNEL); in qce_crypto_probe()
198 if (!qce) in qce_crypto_probe()
201 qce->dev = dev; in qce_crypto_probe()
212 qce->core = devm_clk_get_optional(qce->dev, "core"); in qce_crypto_probe()
216 qce->iface = devm_clk_get_optional(qce->dev, "iface"); in qce_crypto_probe()
220 qce->bus = devm_clk_get_optional(qce->dev, "bus"); in qce_crypto_probe()
224 qce->mem_path = devm_of_icc_get(qce->dev, "memory"); in qce_crypto_probe()
[all …]
H A Dcommon.c23 return readl(qce->base + offset); in qce_read()
28 writel(val, qce->base + offset); in qce_write()
89 qce_write(qce, REG_STATUS, 0); in qce_setup_config()
153 struct qce_device *qce = tmpl->qce; in qce_setup_regs_ahash() local
165 qce_setup_config(qce); in qce_setup_regs_ahash()
226 qce_crypto_go(qce, true); in qce_setup_regs_ahash()
320 struct qce_device *qce = tmpl->qce; in qce_setup_regs_skcipher() local
329 qce_setup_config(qce); in qce_setup_regs_skcipher()
389 qce_crypto_go(qce, true); in qce_setup_regs_skcipher()
426 struct qce_device *qce = tmpl->qce; in qce_setup_regs_aead() local
[all …]
H A Dsha.c43 struct qce_device *qce = tmpl->qce; in qce_ahash_done() local
72 qce->async_req_done(tmpl->qce, error); in qce_ahash_done()
81 struct qce_device *qce = tmpl->qce; in qce_ahash_async_req_handle() local
188 struct qce_device *qce = tmpl->qce; in qce_ahash_update() local
273 return qce->async_req_enqueue(tmpl->qce, &req->base); in qce_ahash_update()
280 struct qce_device *qce = tmpl->qce; in qce_ahash_final() local
300 return qce->async_req_enqueue(tmpl->qce, &req->base); in qce_ahash_final()
307 struct qce_device *qce = tmpl->qce; in qce_ahash_digest() local
326 return qce->async_req_enqueue(tmpl->qce, &req->base); in qce_ahash_digest()
499 tmpl->qce = qce; in qce_ahash_register_one()
[all …]
H A Dskcipher.c33 struct qce_device *qce = tmpl->qce; in qce_skcipher_done() local
44 error = qce_dma_terminate_all(&qce->dma); in qce_skcipher_done()
55 error = qce_check_status(qce, &status); in qce_skcipher_done()
60 qce->async_req_done(tmpl->qce, error); in qce_skcipher_done()
70 struct qce_device *qce = tmpl->qce; in qce_skcipher_async_req_handle() local
150 qce_dma_issue_pending(&qce->dma); in qce_skcipher_async_req_handle()
159 qce_dma_terminate_all(&qce->dma); in qce_skcipher_async_req_handle()
307 return tmpl->qce->async_req_enqueue(tmpl->qce, &req->base); in qce_skcipher_crypt()
437 struct qce_device *qce) in qce_skcipher_register_one() argument
483 tmpl->qce = qce; in qce_skcipher_register_one()
[all …]
H A Daead.c30 struct qce_device *qce = tmpl->qce; in qce_aead_done() local
89 qce->async_req_done(qce, error); in qce_aead_done()
97 struct qce_device *qce = tmpl->qce; in qce_aead_prepare_result_buf() local
117 struct qce_device *qce = tmpl->qce; in qce_aead_prepare_dst_buf() local
305 struct qce_device *qce = tmpl->qce; in qce_aead_prepare_buf() local
415 struct qce_device *qce = tmpl->qce; in qce_aead_async_req_handle() local
476 qce_dma_issue_pending(&qce->dma); in qce_aead_async_req_handle()
485 qce_dma_terminate_all(&qce->dma); in qce_aead_async_req_handle()
552 return tmpl->qce->async_req_enqueue(tmpl->qce, &req->base); in qce_aead_crypt()
801 tmpl->qce = qce; in qce_aead_register_one()
[all …]
H A Dcore.h42 int (*async_req_enqueue)(struct qce_device *qce,
44 void (*async_req_done)(struct qce_device *qce, int ret);
56 int (*register_algs)(struct qce_device *qce);
57 void (*unregister_algs)(struct qce_device *qce);
H A Dcommon.h94 struct qce_device *qce; member
100 int qce_check_status(struct qce_device *qce, u32 *status);
101 void qce_get_version(struct qce_device *qce, u32 *major, u32 *minor, u32 *step);
/openbmc/linux/Documentation/devicetree/bindings/crypto/
H A Dqcom-qce.yaml29 - qcom,ipq4019-qce
30 - qcom,sm8150-qce
31 - const: qcom,qce
35 - qcom,ipq6018-qce
40 - qcom,sdm845-qce
41 - qcom,sm6115-qce
43 - const: qcom,qce
47 - qcom,sm8250-qce
48 - qcom,sm8350-qce
52 - const: qcom,qce
[all …]
/openbmc/linux/fs/ntfs/
H A Dquota.c26 QUOTA_CONTROL_ENTRY *qce; in ntfs_mark_quotas_out_of_date() local
58 qce = (QUOTA_CONTROL_ENTRY*)ictx->data; in ntfs_mark_quotas_out_of_date()
59 if (le32_to_cpu(qce->version) != QUOTA_VERSION) { in ntfs_mark_quotas_out_of_date()
61 "supported.", le32_to_cpu(qce->version)); in ntfs_mark_quotas_out_of_date()
64 ntfs_debug("Quota defaults flags = 0x%x.", le32_to_cpu(qce->flags)); in ntfs_mark_quotas_out_of_date()
66 if (qce->flags & QUOTA_FLAG_OUT_OF_DATE) in ntfs_mark_quotas_out_of_date()
72 if (!(qce->flags & (QUOTA_FLAG_TRACKING_ENABLED | in ntfs_mark_quotas_out_of_date()
81 qce->flags |= QUOTA_FLAG_OUT_OF_DATE; in ntfs_mark_quotas_out_of_date()
/openbmc/linux/drivers/crypto/
H A DMakefile35 obj-$(CONFIG_CRYPTO_DEV_QCE) += qce/
H A DKconfig589 qce at 256-bytes, 30% faster at 512, and about even at 768-bytes.
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dipq9574.dtsi238 compatible = "qcom,ipq9574-qce", "qcom,ipq4019-qce", "qcom,qce";
H A Dsm6115.dtsi828 compatible = "qcom,sm6115-qce", "qcom,ipq4019-qce", "qcom,qce";
H A Dsm8350.dtsi1765 compatible = "qcom,sm8350-qce", "qcom,sm8150-qce", "qcom,qce";
H A Dsm8550.dtsi1875 compatible = "qcom,sm8550-qce", "qcom,sm8150-qce", "qcom,qce";
H A Dsm8450.dtsi4242 compatible = "qcom,sm8450-qce", "qcom,sm8150-qce", "qcom,qce";
H A Dsm8250.dtsi2255 compatible = "qcom,sm8250-qce", "qcom,sm8150-qce", "qcom,qce";
H A Dsm8150.dtsi2122 compatible = "qcom,sm8150-qce", "qcom,qce";
/openbmc/linux/
H A DMAINTAINERS17745 F: Documentation/devicetree/bindings/crypto/qcom-qce.yaml
17746 F: drivers/crypto/qce/
/openbmc/
H A Dopengrok1.0.log23684 …elessChildren: not file-less due to: /opengrok/data/xref/openbmc/linux/drivers/crypto/qce/core.c.gz
23685 …FilelessChildren: its children prevent delete: /opengrok/data/xref/openbmc/linux/drivers/crypto/qce
H A Dopengrok2.0.log23572 …elessChildren: not file-less due to: /opengrok/data/xref/openbmc/linux/drivers/crypto/qce/core.c.gz
23573 …FilelessChildren: its children prevent delete: /opengrok/data/xref/openbmc/linux/drivers/crypto/qce