Home
last modified time | relevance | path

Searched full:ccplex (Results 1 – 6 of 6) sorted by relevance

/linux/Documentation/devicetree/bindings/arm/tegra/
H A Dnvidia,tegra194-cbb.yaml28 - 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/Documentation/devicetree/bindings/arm/
H A Dnvidia,tegra194-ccplex.yaml4 $id: http://devicetree.org/schemas/arm/nvidia,tegra194-ccplex.yaml#
25 - nvidia,tegra194-ccplex
38 compatible = "nvidia,tegra194-ccplex";
/linux/drivers/mailbox/
H A Dtegra-hsp.c209 * Depending on the bootloader chain, the CCPLEX doorbell will in tegra_hsp_doorbell_irq()
317 struct tegra_hsp_doorbell *ccplex; in tegra_hsp_doorbell_startup() local
328 ccplex = tegra_hsp_doorbell_get(hsp, TEGRA_HSP_DB_MASTER_CCPLEX); in tegra_hsp_doorbell_startup()
329 if (!ccplex) in tegra_hsp_doorbell_startup()
334 * the doorbell as ringable by the CCPLEX, so we want to skip extra in tegra_hsp_doorbell_startup()
342 value = tegra_hsp_channel_readl(&ccplex->channel, HSP_DB_ENABLE); in tegra_hsp_doorbell_startup()
344 tegra_hsp_channel_writel(&ccplex->channel, value, HSP_DB_ENABLE); in tegra_hsp_doorbell_startup()
355 struct tegra_hsp_doorbell *ccplex; in tegra_hsp_doorbell_shutdown() local
359 ccplex = tegra_hsp_doorbell_get(hsp, TEGRA_HSP_DB_MASTER_CCPLEX); in tegra_hsp_doorbell_shutdown()
360 if (!ccplex) in tegra_hsp_doorbell_shutdown()
[all …]
/linux/drivers/cpufreq/
H A Dtegra186-cpufreq.c427 { .compatible = "nvidia,tegra186-ccplex-cluster", },
/linux/drivers/soc/tegra/fuse/
H A Dfuse-tegra.c286 * from LP1 system suspend and as part of CCPLEX cluster switching. in tegra_fuse_suspend()
/linux/drivers/soc/tegra/cbb/
H A Dtegra194-cbb.c220 [0x0] = "CCPLEX",
2039 * If illegal request is from CCPLEX(0x1) initiator in tegra194_cbb_err_isr()
2253 * CCPLEX initiator. in tegra194_cbb_probe()