Searched +full:rk3288 +full:- +full:crypto (Results 1 – 8 of 8) sorted by relevance
/linux/Documentation/devicetree/bindings/crypto/ |
H A D | rockchip,rk3288-crypto.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/crypto/rockchip,rk3288-crypto.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Heiko Stuebner <heiko@sntech.de> 15 - rockchip,rk3288-crypto 16 - rockchip,rk3328-crypto 17 - rockchip,rk3399-crypto 29 clock-names: 37 reset-names: [all …]
|
/linux/arch/arm/boot/dts/rockchip/ |
H A D | rk3288.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 3 #include <dt-bindings/gpio/gpio.h> 4 #include <dt-bindings/interrupt-controller/irq.h> 5 #include <dt-bindings/interrupt-controller/arm-gic.h> 6 #include <dt-bindings/pinctrl/rockchip.h> 7 #include <dt-bindings/clock/rk3288-cru.h> 8 #include <dt-bindings/power/rk3288-power.h> 9 #include <dt-bindings/thermal/thermal.h> 10 #include <dt-bindings/soc/rockchip,boot-mode.h> 13 #address-cells = <2>; [all …]
|
/linux/drivers/crypto/rockchip/ |
H A D | rk3288_crypto_ahash.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Crypto acceleration support for Rockchip RK3288 7 * Author: Zain Wang <zain.wang@rock-chips.com> 9 * Some ideas are from marvell/cesa.c and s5p-sss.c driver. 13 #include <crypto/internal/hash.h> 31 sg = req->src; in rk_ahash_need_fallback() 33 if (!IS_ALIGNED(sg->offset, sizeof(u32))) { in rk_ahash_need_fallback() 36 if (sg->length % 4) { in rk_ahash_need_fallback() 52 algt->stat_fb++; in rk_ahash_digest_fb() 54 ahash_request_set_tfm(&rctx->fallback_req, tfmctx->fallback_tfm); in rk_ahash_digest_fb() [all …]
|
H A D | rk3288_crypto_skcipher.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Crypto acceleration support for Rockchip RK3288 7 * Author: Zain Wang <zain.wang@rock-chips.com> 9 * Some ideas are from marvell-cesa.c and s5p-sss.c driver. 12 #include <crypto/engine.h> 13 #include <crypto/internal/skcipher.h> 14 #include <crypto/scatterwalk.h> 32 if (!req->cryptlen) in rk_cipher_need_fallback() 35 len = req->cryptlen; in rk_cipher_need_fallback() 36 sgs = req->src; in rk_cipher_need_fallback() [all …]
|
/linux/arch/arm64/boot/dts/rockchip/ |
H A D | rk3399-base.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 #include <dt-bindings/clock/rk3399-cru.h> 7 #include <dt-bindings/gpio/gpio.h> 8 #include <dt-bindings/interrupt-controller/arm-gic.h> 9 #include <dt-bindings/interrupt-controller/irq.h> 10 #include <dt-bindings/pinctrl/rockchip.h> 11 #include <dt-bindings/power/rk3399-power.h> 12 #include <dt-bindings/thermal/thermal.h> 17 interrupt-parent = <&gic>; 18 #address-cells = <2>; [all …]
|
H A D | rk3328.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 #include <dt-bindings/clock/rk3328-cru.h> 7 #include <dt-bindings/gpio/gpio.h> 8 #include <dt-bindings/interrupt-controller/arm-gic.h> 9 #include <dt-bindings/interrupt-controller/irq.h> 10 #include <dt-bindings/pinctrl/rockchip.h> 11 #include <dt-bindings/power/rk3328-power.h> 12 #include <dt-bindings/soc/rockchip,boot-mode.h> 13 #include <dt-bindings/thermal/thermal.h> 18 interrupt-parent = <&gic>; [all …]
|
/linux/drivers/clk/rockchip/ |
H A D | clk-rk3288.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 7 #include <linux/clk-provider.h> 12 #include <dt-bindings/clock/rk3288-cru.h> 284 * Clock-Architecture Diagram 1 352 COMPOSITE_NOMUX(SCLK_CRYPTO, "crypto", "aclk_cpu_pre", 0, 411 * Clock-Architecture Diagram 2 513 * Clock-Architecture Diagram 3 662 * Clock-Architecture Diagram 4 849 /* pwm-regulators on some boards, so handoff-critical later */ 913 for (i = ARRAY_SIZE(rk3288_saved_cru_reg_ids) - 1; i >= 0; i--) { in rk3288_clk_resume() [all …]
|
/linux/ |
H A D | MAINTAINERS | 5 --------------------------------------------------- 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 …]
|