Searched +full:tegra194 +full:- +full:ccplex (Results 1 – 5 of 5) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: "http://devicetree.org/schemas/arm/nvidia,tegra194-ccplex.yaml#"5 $schema: "http://devicetree.org/meta-schemas/core.yaml#"7 title: NVIDIA Tegra194 CPU Complex device tree bindings10 - Thierry Reding <thierry.reding@gmail.com>11 - Jonathan Hunter <jonathanh@nvidia.com>12 - Sumit Gupta <sumitg@nvidia.com>15 Tegra194 SOC has homogeneous architecture where each cluster has two25 - nvidia,tegra194-ccplex[all …]
1 // SPDX-License-Identifier: GPL-2.03 #include <dt-bindings/clock/tegra234-clock.h>4 #include <dt-bindings/interrupt-controller/arm-gic.h>5 #include <dt-bindings/mailbox/tegra186-hsp.h>6 #include <dt-bindings/reset/tegra234-reset.h>10 interrupt-parent = <&gic>;11 #address-cells = <2>;12 #size-cells = <2>;15 compatible = "simple-bus";16 #address-cells = <1>;[all …]
1 // SPDX-License-Identifier: GPL-2.02 #include <dt-bindings/clock/tegra194-clock.h>3 #include <dt-bindings/gpio/tegra194-gpio.h>4 #include <dt-bindings/interrupt-controller/arm-gic.h>5 #include <dt-bindings/mailbox/tegra186-hsp.h>6 #include <dt-bindings/pinctrl/pinctrl-tegra.h>7 #include <dt-bindings/power/tegra194-powergate.h>8 #include <dt-bindings/reset/tegra194-reset.h>9 #include <dt-bindings/thermal/tegra194-bpmp-thermal.h>10 #include <dt-bindings/memory/tegra194-mc.h>[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * Copyright (c) 2016-2018, NVIDIA CORPORATION. All rights reserved.18 #include <dt-bindings/mailbox/tegra186-hsp.h>111 return readl(hsp->regs + offset); in tegra_hsp_readl()117 writel(value, hsp->regs + offset); in tegra_hsp_writel()123 return readl(channel->regs + offset); in tegra_hsp_channel_readl()129 writel(value, channel->regs + offset); in tegra_hsp_channel_writel()136 value = tegra_hsp_channel_readl(&db->channel, HSP_DB_ENABLE); in tegra_hsp_doorbell_can_ring()146 list_for_each_entry(entry, &hsp->doorbells, list) in __tegra_hsp_doorbell_get()147 if (entry->master == master) in __tegra_hsp_doorbell_get()[all …]
1 // SPDX-License-Identifier: GPL-2.09 #include <linux/dma-mapping.h>19 #include <soc/tegra/bpmp-abi.h>67 * Read per-core Read-only system register NVFREQ_FEEDBACK_EL1.87 return nltbl->ref_clk_hz / KHZ * ndiv / (nltbl->pdiv * nltbl->mdiv); in map_ndiv_to_freq()110 c = &read_counters_work->c; in tegra_read_counters()113 c->last_refclk_cnt = lower_32_bits(val); in tegra_read_counters()114 c->last_coreclk_cnt = upper_32_bits(val); in tegra_read_counters()115 udelay(c->delay); in tegra_read_counters()117 c->refclk_cnt = lower_32_bits(val); in tegra_read_counters()[all …]