Searched +full:xgene +full:- +full:rng (Results 1 – 6 of 6) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---4 $id: http://devicetree.org/schemas/rng/apm,x-gene-rng.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: APM X-Gene SoC Random Number Generator10 - Khuong Dinh <khuong@os.amperecomputing.com>14 const: apm,xgene-rng26 - compatible27 - clocks28 - interrupts[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later3 * APM X-Gene SoC RNG Driver28 /* RNG Registers */94 disable_irq(ctx->irq); in xgene_rng_expired_timer()95 ctx->failure_cnt = 0; in xgene_rng_expired_timer()96 del_timer(&ctx->failure_timer); in xgene_rng_expired_timer()97 enable_irq(ctx->irq); in xgene_rng_expired_timer()102 ctx->failure_timer.expires = jiffies + 120 * HZ; in xgene_rng_start_timer()103 add_timer(&ctx->failure_timer); in xgene_rng_start_timer()111 writel(fro_val, ctx->csr_base + RNG_FRODETUNE); in xgene_rng_init_fro()[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-or-later3 * dts file for AppliedMicro (APM) X-Gene Shadowcat SOC9 compatible = "apm,xgene-shadowcat";10 interrupt-parent = <&gic>;11 #address-cells = <2>;12 #size-cells = <2>;15 #address-cells = <2>;16 #size-cells = <0>;22 enable-method = "spin-table";23 cpu-release-addr = <0x1 0x0000fff8>;[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later3 * dts file for AppliedMicro (APM) X-Gene Storm SOC9 compatible = "apm,xgene-storm";10 interrupt-parent = <&gic>;11 #address-cells = <2>;12 #size-cells = <2>;15 #address-cells = <2>;16 #size-cells = <0>;22 enable-method = "spin-table";23 cpu-release-addr = <0x1 0x0000fff8>;[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 …]