Searched refs:ccplex (Results 1 – 2 of 2) sorted by relevance
310 struct tegra_hsp_doorbell *ccplex; in tegra_hsp_doorbell_startup() local321 ccplex = tegra_hsp_doorbell_get(hsp, TEGRA_HSP_DB_MASTER_CCPLEX); in tegra_hsp_doorbell_startup()322 if (!ccplex) in tegra_hsp_doorbell_startup()330 value = tegra_hsp_channel_readl(&ccplex->channel, HSP_DB_ENABLE); in tegra_hsp_doorbell_startup()332 tegra_hsp_channel_writel(&ccplex->channel, value, HSP_DB_ENABLE); in tegra_hsp_doorbell_startup()343 struct tegra_hsp_doorbell *ccplex; in tegra_hsp_doorbell_shutdown() local347 ccplex = tegra_hsp_doorbell_get(hsp, TEGRA_HSP_DB_MASTER_CCPLEX); in tegra_hsp_doorbell_shutdown()348 if (!ccplex) in tegra_hsp_doorbell_shutdown()353 value = tegra_hsp_channel_readl(&ccplex->channel, HSP_DB_ENABLE); in tegra_hsp_doorbell_shutdown()355 tegra_hsp_channel_writel(&ccplex->channel, value, HSP_DB_ENABLE); in tegra_hsp_doorbell_shutdown()
706 ccplex@e000000 {707 compatible = "nvidia,tegra186-ccplex-cluster";