Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mailbox/
Dtegra-hsp.c118 return (value & BIT(TEGRA_HSP_DB_MASTER_CCPLEX)) != 0; in tegra_hsp_doorbell_can_ring()
152 db = tegra_hsp_doorbell_get(hsp, TEGRA_HSP_DB_MASTER_CCPLEX); in tegra_hsp_doorbell_irq()
245 ccplex = tegra_hsp_doorbell_get(hsp, TEGRA_HSP_DB_MASTER_CCPLEX); in tegra_hsp_doorbell_startup()
271 ccplex = tegra_hsp_doorbell_get(hsp, TEGRA_HSP_DB_MASTER_CCPLEX); in tegra_hsp_doorbell_shutdown()
452 { "ccplex", TEGRA_HSP_DB_MASTER_CCPLEX, HSP_DB_CCPLEX, },
/Linux-v4.19/include/dt-bindings/mailbox/
Dtegra186-hsp.h22 #define TEGRA_HSP_DB_MASTER_CCPLEX 17 macro