Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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"
18 Support for StarFive JH7110 crypto hardware acceleration engine.
22 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>
11 #include <linux/dma-direct.h>
16 #include <crypto/akcipher.h>
17 #include <crypto/algapi.h>
18 #include <crypto/internal/akcipher.h>
19 #include <crypto/internal/rsa.h>
20 #include <crypto/scatterwalk.h>
22 #include "jh7110-cryp.h"
45 struct starfive_cryp_dev *cryp = ctx->cryp; in starfive_pka_wait_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 …]
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>
41 struct starfive_cryp_dev *cryp = ctx->cryp; in starfive_hash_wait_busy()
44 return readl_relaxed_poll_timeout(cryp->base + STARFIVE_HASH_SHACSR, status, in starfive_hash_wait_busy()
50 struct starfive_cryp_dev *cryp = ctx->cryp; in starfive_hash_wait_key_done()
53 return readl_relaxed_poll_timeout(cryp->base + STARFIVE_HASH_SHACSR, status, in starfive_hash_wait_key_done()
[all …]
/kernel/linux/linux-6.6/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 <jiajie.ho@starfivetech.com>
11 - William Qiu <william.qiu@starfivetech.com>
15 const: starfive,jh7110-crypto
22 - description: Hardware reference clock
23 - description: AHB reference clock
25 clock-names:
[all …]
/kernel/linux/linux-6.6/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 …]
/kernel/linux/linux-6.6/
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-scsi@vger.kernel.org
88 F: drivers/scsi/3w-*
[all …]