Searched full:ccplex (Results 1 – 14 of 14) sorted by relevance
/linux-6.8/Documentation/devicetree/bindings/arm/tegra/ |
D | nvidia,tegra-ccplex-cluster.yaml | 4 $id: http://devicetree.org/schemas/arm/tegra/nvidia,tegra-ccplex-cluster.yaml# 21 pattern: "ccplex@([0-9a-f]+)$" 25 - nvidia,tegra186-ccplex-cluster 26 - nvidia,tegra234-ccplex-cluster 46 ccplex@e000000 { 47 compatible = "nvidia,tegra234-ccplex-cluster";
|
D | nvidia,tegra194-cbb.yaml | 28 - For CCPLEX (CPU Complex) initiator, the driver sets ERD bit. So, the 29 errors due to illegal accesses from CCPLEX are reported by interrupts. 33 In addition, an interrupt is also generated to CCPLEX. These initiators 59 CCPLEX receives secure or nonsecure interrupt depending on error type.
|
/linux-6.8/Documentation/devicetree/bindings/cpu/ |
D | nvidia,tegra186-ccplex-cluster.yaml | 4 $id: http://devicetree.org/schemas/cpu/nvidia,tegra186-ccplex-cluster.yaml# 7 title: NVIDIA Tegra186 CCPLEX Cluster 15 const: nvidia,tegra186-ccplex-cluster 33 ccplex@e000000 { 34 compatible = "nvidia,tegra186-ccplex-cluster";
|
/linux-6.8/Documentation/devicetree/bindings/arm/ |
D | nvidia,tegra194-ccplex.yaml | 4 $id: http://devicetree.org/schemas/arm/nvidia,tegra194-ccplex.yaml# 25 - nvidia,tegra194-ccplex 38 compatible = "nvidia,tegra194-ccplex";
|
/linux-6.8/drivers/mailbox/ |
D | tegra-hsp.c | 203 * Depending on the bootloader chain, the CCPLEX doorbell will in tegra_hsp_doorbell_irq() 311 struct tegra_hsp_doorbell *ccplex; in tegra_hsp_doorbell_startup() local 322 ccplex = tegra_hsp_doorbell_get(hsp, TEGRA_HSP_DB_MASTER_CCPLEX); in tegra_hsp_doorbell_startup() 323 if (!ccplex) in tegra_hsp_doorbell_startup() 328 * the doorbell as ringable by the CCPLEX, so we want to skip extra in tegra_hsp_doorbell_startup() 336 value = tegra_hsp_channel_readl(&ccplex->channel, HSP_DB_ENABLE); in tegra_hsp_doorbell_startup() 338 tegra_hsp_channel_writel(&ccplex->channel, value, HSP_DB_ENABLE); in tegra_hsp_doorbell_startup() 349 struct tegra_hsp_doorbell *ccplex; in tegra_hsp_doorbell_shutdown() local 353 ccplex = tegra_hsp_doorbell_get(hsp, TEGRA_HSP_DB_MASTER_CCPLEX); in tegra_hsp_doorbell_shutdown() 354 if (!ccplex) in tegra_hsp_doorbell_shutdown() [all …]
|
/linux-6.8/include/soc/tegra/ |
D | bpmp-abi.h | 474 * * Initiators: CCPLEX 1910 * * Initiators: CCPLEX 1946 * * Initiators: CCPLEX 1958 * Used by #MRQ_CPU_VHINT call by CCPLEX to retrieve voltage hint data 1959 * from BPMP to memory space pointed by #addr. CCPLEX is responsible 2074 * * Initiators: CCPLEX 2112 * * Initiators: CCPLEX 2151 * * Initiators: CCPLEX 2196 * * Initiators: CCPLEX 2311 * * Initiators: CCPLEX [all …]
|
/linux-6.8/drivers/soc/tegra/cbb/ |
D | tegra234-cbb.c | 158 * then CCPLEX can write to the registers of that fabric. in tegra234_cbb_write_access_allowed() 164 * If the firewall check is enabled then check whether CCPLEX in tegra234_cbb_write_access_allowed() 367 * errors only if initiator/master_id is CCPLEX, CPMU or GPU. in print_errlog_err() 592 * If illegal request is from CCPLEX(id:0x1) master then call WARN() in tegra234_cbb_isr() 646 [0x01] = "CCPLEX", 864 [0x1] = "CCPLEX", 1025 { "CCPLEX", 0x50000 },
|
D | tegra194-cbb.c | 220 [0x0] = "CCPLEX", 2039 * If illegal request is from CCPLEX(0x1) initiator in tegra194_cbb_err_isr() 2253 * CCPLEX initiator. in tegra194_cbb_probe()
|
/linux-6.8/drivers/cpufreq/ |
D | tegra194-cpufreq.c | 810 { .compatible = "nvidia,tegra194-ccplex", .data = &tegra194_cpufreq_soc }, 811 { .compatible = "nvidia,tegra234-ccplex-cluster", .data = &tegra234_cpufreq_soc }, 812 { .compatible = "nvidia,tegra239-ccplex-cluster", .data = &tegra239_cpufreq_soc },
|
D | tegra186-cpufreq.c | 268 { .compatible = "nvidia,tegra186-ccplex-cluster", },
|
/linux-6.8/drivers/soc/tegra/fuse/ |
D | fuse-tegra.c | 237 * from LP1 system suspend and as part of CCPLEX cluster switching. in tegra_fuse_suspend()
|
/linux-6.8/arch/arm64/boot/dts/nvidia/ |
D | tegra186.dtsi | 1331 ccplex@e000000 { 1332 compatible = "nvidia,tegra186-ccplex-cluster";
|
D | tegra234.dtsi | 1733 * we only have 4 shared interrupts for the CCPLEX. 1900 ccplex@e000000 { 1901 compatible = "nvidia,tegra234-ccplex-cluster";
|
D | tegra194.dtsi | 1567 * we only have 4 shared interrupts for the CCPLEX. 2879 compatible = "nvidia,tegra194-ccplex";
|