Lines Matching full:ccplex
211 * Depending on the bootloader chain, the CCPLEX doorbell will in tegra_hsp_doorbell_irq()
319 struct tegra_hsp_doorbell *ccplex; in tegra_hsp_doorbell_startup() local
330 ccplex = tegra_hsp_doorbell_get(hsp, TEGRA_HSP_DB_MASTER_CCPLEX); in tegra_hsp_doorbell_startup()
331 if (!ccplex) in tegra_hsp_doorbell_startup()
336 * the doorbell as ringable by the CCPLEX, so we want to skip extra in tegra_hsp_doorbell_startup()
344 value = tegra_hsp_channel_readl(&ccplex->channel, HSP_DB_ENABLE); in tegra_hsp_doorbell_startup()
346 tegra_hsp_channel_writel(&ccplex->channel, value, HSP_DB_ENABLE); in tegra_hsp_doorbell_startup()
357 struct tegra_hsp_doorbell *ccplex; in tegra_hsp_doorbell_shutdown() local
361 ccplex = tegra_hsp_doorbell_get(hsp, TEGRA_HSP_DB_MASTER_CCPLEX); in tegra_hsp_doorbell_shutdown()
362 if (!ccplex) in tegra_hsp_doorbell_shutdown()
367 value = tegra_hsp_channel_readl(&ccplex->channel, HSP_DB_ENABLE); in tegra_hsp_doorbell_shutdown()
369 tegra_hsp_channel_writel(&ccplex->channel, value, HSP_DB_ENABLE); in tegra_hsp_doorbell_shutdown()
916 { "ccplex", TEGRA_HSP_DB_MASTER_CCPLEX, HSP_DB_CCPLEX, },