Lines Matching full:ccplex
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()
359 value = tegra_hsp_channel_readl(&ccplex->channel, HSP_DB_ENABLE); in tegra_hsp_doorbell_shutdown()
361 tegra_hsp_channel_writel(&ccplex->channel, value, HSP_DB_ENABLE); in tegra_hsp_doorbell_shutdown()
910 { "ccplex", TEGRA_HSP_DB_MASTER_CCPLEX, HSP_DB_CCPLEX, },