Home
last modified time | relevance | path

Searched +full:iproc +full:- +full:rng200 (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/rng/
H A Dbrcm,iproc-rng200.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/rng/brcm,iproc-rng200.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: HWRNG support for the iproc-rng200 driver
10 - Florian Fainelli <f.fainelli@gmail.com>
15 - brcm,bcm2711-rng200
16 - brcm,bcm7211-rng200
17 - brcm,bcm7278-rng200
18 - brcm,iproc-rng200
[all …]
H A Dbrcm,iproc-rng200.txt1 HWRNG support for the iproc-rng200 driver
4 - compatible : Must be one of:
5 "brcm,bcm2711-rng200"
6 "brcm,bcm7211-rng200"
7 "brcm,bcm7278-rng200"
8 "brcm,iproc-rng200"
9 - reg : base address and size of control register block
14 compatible = "brcm,iproc-rng200";
/freebsd/sys/contrib/device-tree/src/arm/broadcom/
H A Dbcm-cygnus.dtsi33 #include <dt-bindings/interrupt-controller/arm-gic.h>
34 #include <dt-bindings/interrupt-controller/irq.h>
35 #include <dt-bindings/clock/bcm-cygnus.h>
38 #address-cells = <1>;
39 #size-cells = <1>;
42 interrupt-paren
[all...]
/freebsd/sys/contrib/device-tree/src/arm64/broadcom/northstar2/
H A Dns2.dtsi35 #include <dt-bindings/interrupt-controller/arm-gic.h>
36 #include <dt-bindings/clock/bcm-ns2.h>
40 interrupt-parent = <&gic>;
41 #address-cells = <2>;
42 #size-cells = <2>;
45 #address-cells = <2>;
46 #size-cells = <0>;
50 compatible = "arm,cortex-a57";
52 enable-method = "psci";
53 next-level-cache = <&CLUSTER0_L2>;
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/broadcom/stingray/
H A Dstingray.dtsi4 * Copyright(c) 2015-2017 Broadcom. All rights reserved.
33 #include <dt-bindings/interrupt-controller/arm-gic.h>
37 interrupt-parent = <&gic>;
38 #address-cells = <2>;
39 #size-cells = <2>;
42 #address-cells = <2>;
43 #size-cells = <0>;
47 compatible = "arm,cortex-a72";
49 enable-method = "psci";
50 next-level-cache = <&CLUSTER0_L2>;
[all …]
/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_rng.c153 {"broadcom,bcm2835-rng", (uintptr_t)&bcm2835_rng_conf},
154 {"brcm,bcm2835-rng", (uintptr_t)&bcm2835_rng_conf},
156 {"brcm,bcm2711-rng200", (uintptr_t)&bcm2838_rng_conf},
157 {"brcm,bcm2838-rng", (uintptr_t)&bcm2838_rng_conf},
158 {"brcm,bcm2838-rng200", (uintptr_t)&bcm2838_rng_conf},
159 {"brcm,bcm7211-rng", (uintptr_t)&bcm2838_rng_conf},
160 {"brcm,bcm7278-rng", (uintptr_t)&bcm2838_rng_conf},
161 {"brcm,iproc-rng200", (uintptr_t)&bcm2838_rng_conf},
169 atomic_add_long(&sc->sc_underrun, 1); in bcm2835_rng_stat_inc_underrun()
176 return bus_read_4(sc->sc_mem_res, off); in bcm2835_rng_read4()
[all …]