Searched +full:stm32f7 +full:- +full:crc (Results 1 – 8 of 8) sorted by relevance
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/crypto/ |
| D | st,stm32-crc.txt | 1 * STMicroelectronics STM32 CRC 4 - compatible: Should be "st,stm32f7-crc". 5 - reg: The address and length of the peripheral registers space 6 - clocks: The input clock of the CRC instance 12 crc: crc@40023000 { 13 compatible = "st,stm32f7-crc";
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/crypto/ |
| D | st,stm32-crc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/crypto/st,stm32-crc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: STMicroelectronics STM32 CRC bindings 10 - Lionel Debieve <lionel.debieve@st.com> 14 const: st,stm32f7-crc 23 - compatible 24 - reg 25 - clocks [all …]
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | stm32f746.dtsi | 2 * Copyright 2015 - Maxime Coquelin <mcoquelin.stm32@gmail.com> 4 * This file is dual-licensed: you can use it either under the terms 43 #include "armv7-m.dtsi" 44 #include <dt-bindings/clock/stm32fx-clock.h> 45 #include <dt-bindings/mfd/stm32f7-rcc.h> 48 #address-cells = <1>; 49 #size-cells = <1>; 52 clk_hse: clk-hse { 53 #clock-cells = <0>; 54 compatible = "fixed-clock"; [all …]
|
| D | stm32mp151.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 3 * Copyright (C) STMicroelectronics 2017 - All Rights Reserved 6 #include <dt-bindings/interrupt-controller/arm-gic.h> 7 #include <dt-bindings/clock/stm32mp1-clks.h> 8 #include <dt-bindings/reset/stm32mp1-resets.h> 11 #address-cells = <1>; 12 #size-cells = <1>; 15 #address-cells = <1>; 16 #size-cells = <0>; 19 compatible = "arm,cortex-a7"; [all …]
|
| /kernel/linux/linux-4.19/arch/arm/boot/dts/ |
| D | stm32f746.dtsi | 2 * Copyright 2015 - Maxime Coquelin <mcoquelin.stm32@gmail.com> 4 * This file is dual-licensed: you can use it either under the terms 44 #include "armv7-m.dtsi" 45 #include <dt-bindings/clock/stm32fx-clock.h> 46 #include <dt-bindings/mfd/stm32f7-rcc.h> 50 clk_hse: clk-hse { 51 #clock-cells = <0>; 52 compatible = "fixed-clock"; 53 clock-frequency = <0>; 56 clk-lse { [all …]
|
| D | stm32mp157c.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 3 * Copyright (C) STMicroelectronics 2017 - All Rights Reserved 6 #include <dt-bindings/interrupt-controller/arm-gic.h> 7 #include <dt-bindings/clock/stm32mp1-clks.h> 8 #include <dt-bindings/reset/stm32mp1-resets.h> 11 #address-cells = <1>; 12 #size-cells = <1>; 15 #address-cells = <1>; 16 #size-cells = <0>; 19 compatible = "arm,cortex-a7"; [all …]
|
| /kernel/linux/linux-4.19/drivers/crypto/stm32/ |
| D | stm32_crc32.c | 19 #define DRIVER_NAME "stm32-crc32" 68 mctx->key = 0; in stm32_crc32_cra_init() 69 mctx->poly = CRC32_POLY_LE; in stm32_crc32_cra_init() 77 mctx->key = CRC32C_INIT_DEFAULT; in stm32_crc32c_cra_init() 78 mctx->poly = CRC32C_POLY_LE; in stm32_crc32c_cra_init() 89 return -EINVAL; in stm32_crc_setkey() 92 mctx->key = get_unaligned_le32(key); in stm32_crc_setkey() 98 struct stm32_crc *crc; in stm32_crc_get_next_crc() local 101 crc = list_first_entry(&crc_list.dev_list, struct stm32_crc, list); in stm32_crc_get_next_crc() 102 if (crc) in stm32_crc_get_next_crc() [all …]
|
| /kernel/linux/linux-5.10/drivers/crypto/stm32/ |
| D | stm32-crc32.c | 1 // SPDX-License-Identifier: GPL-2.0-only 22 #define DRIVER_NAME "stm32-crc32" 76 mctx->key = 0; in stm32_crc32_cra_init() 77 mctx->poly = CRC32_POLY_LE; in stm32_crc32_cra_init() 85 mctx->key = CRC32C_INIT_DEFAULT; in stm32_crc32c_cra_init() 86 mctx->poly = CRC32C_POLY_LE; in stm32_crc32c_cra_init() 96 return -EINVAL; in stm32_crc_setkey() 98 mctx->key = get_unaligned_le32(key); in stm32_crc_setkey() 104 struct stm32_crc *crc; in stm32_crc_get_next_crc() local 107 crc = list_first_entry(&crc_list.dev_list, struct stm32_crc, list); in stm32_crc_get_next_crc() [all …]
|