Searched +full:bcm2835 +full:- +full:rng (Results 1 – 14 of 14) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/rng/brcm,bcm2835.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: BCM2835/6368 Random number generator10 - Stefan Wahren <stefan.wahren@i2se.com>11 - Florian Fainelli <f.fainelli@gmail.com>12 - Herbert Xu <herbert@gondor.apana.org.au>17 - brcm,bcm2835-rng18 - brcm,bcm-nsp-rng[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Copyright (c) 2010-2012 Broadcom. All rights reserved.22 /* enable rng */31 struct hwrng rng; member37 static inline struct bcm2835_rng_priv *to_rng_priv(struct hwrng *rng) in to_rng_priv() argument39 return container_of(rng, struct bcm2835_rng_priv, rng); in to_rng_priv()45 * peripheral registers for CPU-native byte order. in rng_readl()48 return __raw_readl(priv->base + offset); in rng_readl()50 return readl(priv->base + offset); in rng_readl()57 __raw_writel(val, priv->base + offset); in rng_writel()[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.56 This driver provides kernel-side support for the Random Number[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.04 * bcm2835, bcm2836 and bcm2837 implementations.8 interrupt-parent = <&intc>;12 compatible = "brcm,bcm2835-dma";25 /* dma channel 11-14 share one irq */32 interrupt-names = "dma0",47 "dma-shared-all";48 #dma-cells = <1>;49 brcm,dma-channel-mask = <0x7f35>;52 intc: interrupt-controller@7e00b200 {[all …]
1 // SPDX-License-Identifier: GPL-2.04 #include <dt-bindings/interrupt-controller/arm-gic.h>5 #include <dt-bindings/soc/bcm2835-pm.h>10 #address-cells = <2>;11 #size-cells = <1>;13 interrupt-parent = <&gicv2>;16 compatible = "brcm,bcm2711-vc5";20 clk_27MHz: clk-27M {21 #clock-cells = <0>;22 compatible = "fixed-clock";[all …]
1 #include <dt-bindings/pinctrl/bcm2835.h>2 #include <dt-bindings/clock/bcm2835.h>3 #include <dt-bindings/clock/bcm2835-aux.h>4 #include <dt-bindings/gpio/gpio.h>7 * bcm2835 and bcm2836 implementations, leaving the CPU configuration to8 * bcm2835.dtsi and bcm2836.dtsi.12 compatible = "brcm,bcm2835";13 model = "BCM2835";14 interrupt-parent = <&intc>;15 #address-cells = <1>;[all …]
1 BCM2835 Top-Level ("ARMCTRL") Interrupt Controller3 The BCM2835 contains a custom top-level interrupt controller, which supports4 72 interrupt sources using a 2-level register scheme. The interrupt9 interrupts, but the per-CPU interrupt controller is the root, and an14 - compatible : should be "brcm,bcm2835-armctrl-ic" or15 "brcm,bcm2836-armctrl-ic"16 - reg : Specifies base physical address and size of the registers.17 - interrupt-controller : Identifies the node as an interrupt controller18 - #interrupt-cells : Specifies the number of cells needed to encode an28 Additional required properties for brcm,bcm2836-armctrl-ic:[all …]
... -boot-2021.07/.readthedocs.yml u-boot-2021.07/Kbuild u-boot-2021.07 ...
5 Defconfigs: Grinn chiliboard/liteboard, PC x86-64 bios: Fix10 hiawatha, hplip, icu, janus-gateway,11 kodi-screensaver-asterwave, kodi-screensaver-cpblobs,12 kodi-screensaver-matrixtrails, libatomic_ops, libbson, libffi,14 libunwind, lynx, mender-grubenv, mkpasswd, motion, mxml,15 netdata, qemu, samba4, speex, stress-ng, tinydtls, unixodbc,16 unrar, util-linux, util-linux-libs, watchdogd, wireshark20 #14351: needs to mount sysfs before mount -a21 #14411: 2021.11-rc2: Samba doesn't compile23 2021.11-rc3, released November 30th, 2021[all …]
9 # - A directory, in which case all patches touching any file in this11 # - A pattern, in which case the pattern will be expanded, and then17 # - When a developer adds an "arch/Config.in.<arch>" file to its list19 # will receive e-mail notifications about build failures occuring on20 # this architecture. Not more than one e-mail per day is sent.21 # - When a developer adds a directory that contains one or several23 # occur. Not more than one e-mail per day is sent.24 # - When a developer adds an "package/pkg-<infra>.mk" file to its list43 F: package/wpebackend-fdo/45 F: package/xdg-dbus-proxy/[all …]
9 -------------------------30 ``diff -u`` to make the patch easy to merge. Be prepared to get your40 See Documentation/process/coding-style.rst for guidance here.46 See Documentation/process/submitting-patches.rst for details.57 include a Signed-off-by: line. The current version of this59 Documentation/process/submitting-patches.rst.70 that the bug would present a short-term risk to other users if it76 Documentation/admin-guide/security-bugs.rst for details.81 ---------------------------------------------------97 W: *Web-page* with status/info[all …]
10 source "package/skeleton-custom/Config.in"11 source "package/skeleton-init-common/Config.in"12 source "package/skeleton-init-none/Config.in"13 source "package/skeleton-init-openrc/Config.in"14 source "package/skeleton-init-systemd/Config.in"15 source "package/skeleton-init-sysv/Config.in"18 source "package/alsa-utils/Config.in"21 source "package/bluez-alsa/Config.in"24 source "package/dvdrw-tools/Config.in"30 source "package/fluid-soundfont/Config.in"[all …]
1 // SPDX-License-Identifier: GPL-2.0+3 * Base port operations for 8250/16550-type serial ports259 * tx_loadsz is set to 63-bytes instead of 64-bytes to implement260 * workaround of errata A-008006 which states that tx_loadsz should272 .name = "Palmchip BK-3103",344 -1, /* UART_SCR (unmapped) */353 -1, /* UART_LSR (unmapped) */354 -1, /* UART_MSR (unmapped) */355 -1, /* UART_SCR (unmapped) */365 return __raw_readl(p->membase + (offset << p->regshift)); in au_serial_in()[all …]