Home
last modified time | relevance | path

Searched +full:jh7110 +full:- +full:crypto (Results 1 – 9 of 9) sorted by relevance

/linux-6.14.4/Documentation/devicetree/bindings/crypto/
Dstarfive,jh7110-crypto.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/crypto/starfive,jh7110-crypto.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jia Jie Ho <[email protected]>
11 - William Qiu <[email protected]>
16 - starfive,jh7110-crypto
17 - starfive,jh8100-crypto
24 - description: Hardware reference clock
25 - description: AHB reference clock
[all …]
/linux-6.14.4/drivers/crypto/starfive/
DMakefile1 # SPDX-License-Identifier: GPL-2.0
3 obj-$(CONFIG_CRYPTO_DEV_JH7110) += jh7110-crypto.o
4 jh7110-crypto-objs := jh7110-cryp.o jh7110-hash.o jh7110-rsa.o jh7110-aes.o
DKconfig2 # StarFive crypto drivers configuration
6 tristate "StarFive JH7110 cryptographic engine driver"
22 Support for StarFive JH7110 crypto hardware acceleration engine.
26 If you choose 'M' here, this module will be called jh7110-crypto.
Djh7110-cryp.c1 // SPDX-License-Identifier: GPL-2.0
10 #include <crypto/engine.h>
11 #include "jh7110-cryp.h"
25 #define DRIVER_NAME "jh7110-crypto"
42 if (!ctx->cryp) { in starfive_cryp_find_dev()
47 ctx->cryp = cryp; in starfive_cryp_find_dev()
49 cryp = ctx->cryp; in starfive_cryp_find_dev()
61 " 0 - Disabled\n"
62 " other - Enabled");
71 cryp->tx = dma_request_chan(cryp->dev, "tx"); in starfive_dma_init()
[all …]
Djh7110-rsa.c1 // SPDX-License-Identifier: GPL-2.0
8 #include <linux/crypto.h>
10 #include <crypto/akcipher.h>
11 #include <crypto/algapi.h>
12 #include <crypto/internal/akcipher.h>
13 #include <crypto/internal/rsa.h>
14 #include <crypto/scatterwalk.h>
16 #include "jh7110-cryp.h"
38 struct starfive_cryp_dev *cryp = ctx->cryp; in starfive_pka_wait_done()
41 return readl_relaxed_poll_timeout(cryp->base + STARFIVE_PKA_CASR_OFFSET, status, in starfive_pka_wait_done()
[all …]
Djh7110-hash.c1 // SPDX-License-Identifier: GPL-2.0
9 #include <crypto/engine.h>
10 #include <crypto/internal/hash.h>
11 #include <crypto/scatterwalk.h>
12 #include "jh7110-cryp.h"
15 #include <linux/dma-direct.h>
43 return readl_relaxed_poll_timeout(cryp->base + STARFIVE_HASH_SHACSR, status, in starfive_hash_wait_busy()
51 return readl_relaxed_poll_timeout(cryp->base + STARFIVE_HASH_SHACSR, status, in starfive_hash_wait_hmac_done()
57 struct starfive_cryp_dev *cryp = ctx->cryp; in starfive_hash_wait_key_done()
60 return readl_relaxed_poll_timeout(cryp->base + STARFIVE_HASH_SHACSR, status, in starfive_hash_wait_key_done()
[all …]
Djh7110-aes.c1 // SPDX-License-Identifier: GPL-2.0
8 #include <crypto/engine.h>
9 #include <crypto/gcm.h>
10 #include <crypto/internal/aead.h>
11 #include <crypto/internal/skcipher.h>
12 #include <crypto/scatterwalk.h>
13 #include "jh7110-cryp.h"
56 return readl_relaxed_poll_timeout(cryp->base + STARFIVE_AES_CSR, status, in starfive_aes_wait_busy()
64 return readl_relaxed_poll_timeout(cryp->base + STARFIVE_AES_CSR, status, in starfive_aes_wait_keydone()
72 return readl_relaxed_poll_timeout(cryp->base + STARFIVE_AES_CSR, status, in starfive_aes_wait_gcmdone()
[all …]
/linux-6.14.4/arch/riscv/boot/dts/starfive/
Djh7110.dtsi1 // SPDX-License-Identifier: GPL-2.0 OR MIT
7 /dts-v1/;
8 #include <dt-bindings/clock/starfive,jh7110-crg.h>
9 #include <dt-bindings/power/starfive,jh7110-pmu.h>
10 #include <dt-bindings/reset/starfive,jh7110-crg.h>
11 #include <dt-bindings/thermal/thermal.h>
14 compatible = "starfive,jh7110";
15 #address-cells = <2>;
16 #size-cells = <2>;
19 #address-cells = <1>;
[all …]
/linux-6.14.4/
DMAINTAINERS5 ---------------------------------------------------
21 W: *Web-page* with status/info
23 B: URI for where to file *bugs*. A web-page with detailed bug
28 patches to the given subsystem. This is either an in-tree file,
29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst
46 N: [^a-z]tegra all files whose path contains tegra
64 ----------------
83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
85 L: linux-[email protected]
88 F: drivers/scsi/3w-*
[all …]