Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mailbox/
H A Dtegra-hsp.c138 return (value & BIT(TEGRA_HSP_DB_MASTER_CCPLEX)) != 0; in tegra_hsp_doorbell_can_ring()
172 db = tegra_hsp_doorbell_get(hsp, TEGRA_HSP_DB_MASTER_CCPLEX); in tegra_hsp_doorbell_irq()
323 ccplex = tegra_hsp_doorbell_get(hsp, TEGRA_HSP_DB_MASTER_CCPLEX); in tegra_hsp_doorbell_startup()
354 ccplex = tegra_hsp_doorbell_get(hsp, TEGRA_HSP_DB_MASTER_CCPLEX); in tegra_hsp_doorbell_shutdown()
814 { "ccplex", TEGRA_HSP_DB_MASTER_CCPLEX, HSP_DB_CCPLEX, },
/OK3568_Linux_fs/kernel/include/dt-bindings/mailbox/
H A Dtegra186-hsp.h22 #define TEGRA_HSP_DB_MASTER_CCPLEX 17 macro