Lines Matching full:ccplex
209 * 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()
365 value = tegra_hsp_channel_readl(&ccplex->channel, HSP_DB_ENABLE); in tegra_hsp_doorbell_shutdown()
367 tegra_hsp_channel_writel(&ccplex->channel, value, HSP_DB_ENABLE); in tegra_hsp_doorbell_shutdown()
914 { "ccplex", TEGRA_HSP_DB_MASTER_CCPLEX, HSP_DB_CCPLEX, },