Searched +full:mt8195 +full:- +full:adsp +full:- +full:mbox (Results 1 – 4 of 4) 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 - mediatek,mt8195-adsp-mbox[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 …]
1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)7 /dts-v1/;8 #include <dt-bindings/clock/mt8195-clk.h>9 #include <dt-bindings/gce/mt8195-gce.h>10 #include <dt-bindings/interrupt-controller/arm-gic.h>11 #include <dt-bindings/interrupt-controller/irq.h>12 #include <dt-bindings/memory/mt8195-memory-port.h>13 #include <dt-bindings/phy/phy.h>14 #include <dt-bindings/pinctrl/mt8195-pinfunc.h>15 #include <dt-bindings/power/mt8195-power.h>[all …]
1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)4 * Author: Allen-KH Cheng <allen-kh.cheng@mediatek.com>6 /dts-v1/;7 #include <dt-bindings/clock/mt8186-clk.h>8 #include <dt-bindings/gce/mt8186-gce.h>9 #include <dt-bindings/interrupt-controller/arm-gic.h>10 #include <dt-bindings/interrupt-controller/irq.h>11 #include <dt-bindings/memory/mt8186-memory-port.h>12 #include <dt-bindings/pinctrl/mt8186-pinfunc.h>13 #include <dt-bindings/power/mt8186-power.h>[all …]