Searched +full:mt8195 +full:- +full:adsp +full:- +full:mbox (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/mailbox/mtk,adsp-mbox.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Mediatek ADSP mailbox10 - Allen-KH Cheng <Allen-KH.Cheng@mediatek.com>13 The MTK ADSP mailbox Inter-Processor Communication (IPC) enables the SoC14 to communicate with ADSP by passing messages through two mailbox channels.15 The MTK ADSP mailbox IPC also provides the ability for one processor to21 - enum:[all …]
1 // SPDX-License-Identifier: GPL-2.04 * Author: Allen-KH Cheng <allen-kh.cheng@mediatek.com>19 struct mbox_controller mbox; member31 static inline struct mtk_adsp_mbox_priv *get_mtk_adsp_mbox_priv(struct mbox_controller *mbox) in get_mtk_adsp_mbox_priv() argument33 return container_of(mbox, struct mtk_adsp_mbox_priv, mbox); in get_mtk_adsp_mbox_priv()39 struct mtk_adsp_mbox_priv *priv = get_mtk_adsp_mbox_priv(chan->mbox); in mtk_adsp_mbox_irq()40 u32 op = readl(priv->va_mboxreg + priv->cfg->set_out); in mtk_adsp_mbox_irq()42 writel(op, priv->va_mboxreg + priv->cfg->clr_out); in mtk_adsp_mbox_irq()56 static struct mbox_chan *mtk_adsp_mbox_xlate(struct mbox_controller *mbox, in mtk_adsp_mbox_xlate() argument59 return mbox->chans; in mtk_adsp_mbox_xlate()[all …]