Home
last modified time | relevance | path

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

/linux/drivers/mailbox/
H A Dimx-mailbox.c111 IMX_MU_V2_S4 = BIT(15), enumerator
286 if (priv->dcfg->type & IMX_MU_V2_S4) { in imx_mu_specific_tx()
347 if (priv->dcfg->type & IMX_MU_V2_S4) { in imx_mu_specific_rx()
812 int num_chans = priv->dcfg->type & IMX_MU_V2_S4 ? IMX_MU_S4_CHANS : IMX_MU_SCU_CHANS; in imx_mu_init_specific()
886 if (priv->dcfg->type & IMX_MU_V2_S4) in imx_mu_probe()
1000 .type = IMX_MU_V2 | IMX_MU_V2_S4,
1011 .type = IMX_MU_V2 | IMX_MU_V2_S4 | IMX_MU_V2_IRQ,