Searched +full:stm32 +full:- +full:rng (Results 1 – 19 of 19) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/rng/st,stm32-rng.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: STMicroelectronics STM32 RNG10 The STM32 hardware random number generator is a simple fixed purpose14 - Lionel Debieve <lionel.debieve@foss.st.com>18 const: st,stm32-rng29 clock-error-detect:34 - compatible[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later32 struct hwrng rng; member39 static int stm32_rng_read(struct hwrng *rng, void *data, size_t max, bool wait) in stm32_rng_read() argument42 container_of(rng, struct stm32_rng_private, rng); in stm32_rng_read()46 pm_runtime_get_sync((struct device *) priv->rng.priv); in stm32_rng_read()49 sr = readl_relaxed(priv->base + RNG_SR); in stm32_rng_read()51 /* care of initial delay time when enabling rng */ in stm32_rng_read()55 err = readl_relaxed_poll_timeout_atomic(priv->base in stm32_rng_read()60 dev_err((struct device *)priv->rng.priv, in stm32_rng_read()67 "bad RNG status - %x\n", sr)) in stm32_rng_read()[all …]
1 # SPDX-License-Identifier: GPL-2.03 # Makefile for HW Random Number Generator (RNG) device drivers.6 obj-$(CONFIG_HW_RANDOM) += rng-core.o7 rng-core-y := core.o8 obj-$(CONFIG_HW_RANDOM_TIMERIOMEM) += timeriomem-rng.o9 obj-$(CONFIG_HW_RANDOM_INTEL) += intel-rng.o10 obj-$(CONFIG_HW_RANDOM_AMD) += amd-rng.o11 obj-$(CONFIG_HW_RANDOM_ATMEL) += atmel-rng.o12 obj-$(CONFIG_HW_RANDOM_BA431) += ba431-rng.o13 obj-$(CONFIG_HW_RANDOM_GEODE) += geode-rng.o[all …]
1 # SPDX-License-Identifier: GPL-2.0-only3 # Hardware Random Number Generator (RNG) configuration13 module will be called rng-core. This provides a device28 This driver provides kernel-side support for a generic Random31 the default FPGA bitstream on the TS-7800 has such functionality.34 module will be called timeriomem-rng.43 This driver provides kernel-side support for the Random Number44 Generator hardware found on Intel i8xx-based motherboards.47 module will be called intel-rng.57 This driver provides kernel-side support for the Random Number[all …]
2 * Copyright (C) 2015, STMicroelectronics - All Rights Reserved3 * Author(s): Maxime Coquelin <mcoquelin.stm32@gmail.com> for STMicroelectronics.5 * This file is dual-licensed: you can use it either under the terms45 #include "armv7-m.dtsi"46 #include <dt-bindings/clock/stm32fx-clock.h>47 #include <dt-bindings/mfd/stm32f4-rcc.h>51 clk_hse: clk-hse {52 #clock-cells = <0>;53 compatible = "fixed-clock";54 clock-frequency = <0>;[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)3 * Copyright (C) STMicroelectronics 2017 - All Rights Reserved6 #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 …]
2 * Copyright 2015 - Maxime Coquelin <mcoquelin.stm32@gmail.com>4 * This file is dual-licensed: you can use it either under the terms22 * MA 02110-1301 USA48 #include "../armv7-m.dtsi"49 #include <dt-bindings/clock/stm32fx-clock.h>50 #include <dt-bindings/mfd/stm32f4-rcc.h>53 #address-cells = <1>;54 #size-cells = <1>;57 clk_hse: clk-hse {58 #clock-cells = <0>;[all …]
1 STMicroelectronics STM32 boards (``netduino2``, ``netduinoplus2``, ``olimex-stm32-h405``, ``stm32vl…4 The `STM32`_ chips are a family of 32-bit ARM-based microcontroller by7 .. _STM32: https://www.st.com/en/microcontrollers-microprocessors/stm32-32-bit-arm-cortex-mcus.html9 The STM32F1 series is based on ARM Cortex-M3 core. The following machines are12 - ``stm32vldiscovery`` STM32VLDISCOVERY board with STM32F100RBT6 microcontroller14 The STM32F2 series is based on ARM Cortex-M3 core. The following machines are17 - ``netduino2`` Netduino 2 board with STM32F205RFT6 microcontroller19 The STM32F4 series is based on ARM Cortex-M4F core, as well as the STM32L420 ultra-low-power series. The STM32F4 series is pin-to-pin compatible with STM32F2 series.21 The following machines are based on this ARM Cortex-M4F chip :[all …]
1 # SPDX-License-Identifier: GPL-2.02 obj-$(CONFIG_CRYPTO_DEV_ALLWINNER) += allwinner/3 obj-$(CONFIG_CRYPTO_DEV_ASPEED) += aspeed/4 obj-$(CONFIG_CRYPTO_DEV_ATMEL_AES) += atmel-aes.o5 obj-$(CONFIG_CRYPTO_DEV_ATMEL_SHA) += atmel-sha.o6 obj-$(CONFIG_CRYPTO_DEV_ATMEL_TDES) += atmel-tdes.o7 # __init ordering requires atmel-i2c being before atmel-ecc and atmel-sha204a.8 obj-$(CONFIG_CRYPTO_DEV_ATMEL_I2C) += atmel-i2c.o9 obj-$(CONFIG_CRYPTO_DEV_ATMEL_ECC) += atmel-ecc.o10 obj-$(CONFIG_CRYPTO_DEV_ATMEL_SHA204A) += atmel-sha204a.o[all …]
1 # SPDX-License-Identifier: GPL-2.0-only39 called padlock-aes.53 called padlock-sha.61 Say 'Y' here to use the AMD Geode LX processor on-board AES65 will be called geode-aes.131 and uses triple-DES to generate secure random numbers like the132 ANSI X9.17 standard. User-space programs access the133 pseudo-random-number device through the char device /dev/prandom.149 sub-units. One set provides the Modular Arithmetic Unit,250 This option provides the kernel-side support for the TRNG hardware[all …]
10 consult qemu-devel and not any specific individual privately.23 W: Web-page with status/info59 ------------------------------63 L: qemu-devel@nongnu.org72 R: Philippe Mathieu-Daudé <philmd@linaro.org>76 F: docs/devel/code-of-conduct.rst77 F: docs/devel/conflict-resolution.rst78 F: docs/devel/submitting-a-patch.rst79 F: docs/devel/submitting-a-pull-request.rst82 -------------------------------------------------[all …]
5 ---------------------------------------------------21 W: *Web-page* with status/info23 B: URI for where to file *bugs*. A web-page with detailed bug28 patches to the given subsystem. This is either an in-tree file,29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst46 N: [^a-z]tegra all files whose path contains tegra64 ----------------83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)85 L: linux-scsi@vger.kernel.org88 F: drivers/scsi/3w-*[all …]
1 2024-12-28 20:09:05.996-0600 FINEST t1171 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/linux/drivers/staging/media/av7110/video-continue.rst.gz'2 2024-12-28 20:09:05.942-0600 FINEST t1149 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/u-boot/arch/sh/config.mk.gz'3 2024-12-2[all...]
1 2024-12-28 20:07:11.902-0600 FINER t583 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c'2 2024-12-28 20:07:11.913-0600 FINEST t583 Statistics.logIt: Added: '/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c' (CAnalyzer) (took 116 ms)3 2024-12-28 20:07:11.899-0600 FINER t593 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/linux/tools/testing/selftests/powerpc/tm/tm-signa[all...]
1 2024-12-28 20:05:26.116-0600 FINEST t586 Statistics.logIt: Added: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/rtnetlink.sh' (ShAnalyzer) (took 79 ms)2 2024-12-28 20:05:26.112-0600 FINER t592 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/qemu',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/qemu/chardev/spice.c'3 2024-12-28 20:05:26.116-0600 FINEST t592 Statistics.logIt: Added: '/openbmc/qemu/chardev/spice.c' (CAnalyzer) (took 33 ms)4 2024-1[all...]
... --------------------- ...
1 2025-03-16 03:00:36.730-0500 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler2 2025-03-16 03:00:36.828-0500 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, -[all...]
1 2025-03-15 03:00:37.236-0500 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler2 2025-03-15 03:00:37.352-0500 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, -[all...]