Home
last modified time | relevance | path

Searched refs:ccplex (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/mailbox/
Dtegra-hsp.c234 struct tegra_hsp_doorbell *ccplex; in tegra_hsp_doorbell_startup() local
245 ccplex = tegra_hsp_doorbell_get(hsp, TEGRA_HSP_DB_MASTER_CCPLEX); in tegra_hsp_doorbell_startup()
246 if (!ccplex) in tegra_hsp_doorbell_startup()
254 value = tegra_hsp_channel_readl(&ccplex->channel, HSP_DB_ENABLE); in tegra_hsp_doorbell_startup()
256 tegra_hsp_channel_writel(&ccplex->channel, value, HSP_DB_ENABLE); in tegra_hsp_doorbell_startup()
267 struct tegra_hsp_doorbell *ccplex; in tegra_hsp_doorbell_shutdown() local
271 ccplex = tegra_hsp_doorbell_get(hsp, TEGRA_HSP_DB_MASTER_CCPLEX); in tegra_hsp_doorbell_shutdown()
272 if (!ccplex) in tegra_hsp_doorbell_shutdown()
277 value = tegra_hsp_channel_readl(&ccplex->channel, HSP_DB_ENABLE); in tegra_hsp_doorbell_shutdown()
279 tegra_hsp_channel_writel(&ccplex->channel, value, HSP_DB_ENABLE); in tegra_hsp_doorbell_shutdown()
/Linux-v4.19/arch/arm64/boot/dts/nvidia/
Dtegra186.dtsi373 ccplex@e000000 {
374 compatible = "nvidia,tegra186-ccplex-cluster";