Home
last modified time | relevance | path

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

/linux-6.15/drivers/mailbox/
H A Dimx-mailbox.c110 IMX_MU_V2 = BIT(1), enumerator
127 #define IMX_MU_xSR_GIPn(type, x) (type & IMX_MU_V2 ? BIT(x) : BIT(28 + (3 - (x))))
128 #define IMX_MU_xSR_RFn(type, x) (type & IMX_MU_V2 ? BIT(x) : BIT(24 + (3 - (x))))
129 #define IMX_MU_xSR_TEn(type, x) (type & IMX_MU_V2 ? BIT(x) : BIT(20 + (3 - (x))))
132 #define IMX_MU_xCR_GIEn(type, x) (type & IMX_MU_V2 ? BIT(x) : BIT(28 + (3 - (x))))
140 #define IMX_MU_xCR_RST(type) (type & IMX_MU_V2 ? BIT(0) : BIT(5))
141 #define IMX_MU_xSR_RST(type) (type & IMX_MU_V2 ? BIT(0) : BIT(7))
757 if (priv->dcfg->type & IMX_MU_V2) { in imx_mu_get_tr_rr()
989 .type = IMX_MU_V2,
1000 .type = IMX_MU_V2 | IMX_MU_V2_S4,
[all …]
/linux-6.15/drivers/irqchip/
H A Dirq-imx-mu-msi.c48 IMX_MU_V2 = BIT(1), enumerator
52 #define IMX_MU_xCR_RIEn(data, x) ((data->cfg->type) & IMX_MU_V2 ? BIT(x) : BIT(24 + (3 - (x))))
53 #define IMX_MU_xSR_RFn(data, x) ((data->cfg->type) & IMX_MU_V2 ? BIT(x) : BIT(24 + (3 - (x))))
282 .type = IMX_MU_V2,