Searched +full:bcm6368 +full:- +full:rng (Results 1 – 3 of 3) sorted by relevance
/linux-6.14.4/Documentation/devicetree/bindings/rng/ |
D | brcm,bcm2835.yaml | 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# 10 - Stefan Wahren <[email protected]> 11 - Florian Fainelli <[email protected]> 12 - Herbert Xu <[email protected]> 17 - brcm,bcm2835-rng 18 - brcm,bcm-nsp-rng 19 - brcm,bcm5301x-rng [all …]
|
/linux-6.14.4/arch/mips/boot/dts/brcm/ |
D | bcm6368.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 #include "dt-bindings/clock/bcm6368-clock.h" 4 #include "dt-bindings/reset/bcm6368-reset.h" 7 #address-cells = <1>; 8 #size-cells = <1>; 9 compatible = "brcm,bcm6368"; 12 #address-cells = <1>; 13 #size-cells = <0>; 15 mips-hpt-frequency = <200000000>; 16 brcm,bmips-cbr-reg = <0xff400000>; [all …]
|
/linux-6.14.4/drivers/char/hw_random/ |
D | bcm2835-rng.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Copyright (c) 2010-2012 Broadcom. All rights reserved. 22 /* enable rng */ 31 struct hwrng rng; member 38 static inline struct bcm2835_rng_priv *to_rng_priv(struct hwrng *rng) in to_rng_priv() argument 40 return container_of(rng, struct bcm2835_rng_priv, rng); in to_rng_priv() 46 * peripheral registers for CPU-native byte order. in rng_readl() 49 return __raw_readl(priv->base + offset); in rng_readl() 51 return readl(priv->base + offset); in rng_readl() 58 __raw_writel(val, priv->base + offset); in rng_writel() [all …]
|