Searched +full:mt8186 +full:- +full:memory +full:- +full:port (Results 1 – 7 of 7) sorted by relevance
/linux/Documentation/devicetree/bindings/iommu/ |
H A D | mediatek,iommu.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Yong Wu <yong.wu@mediatek.com> 13 Some MediaTek SOCs contain a Multimedia Memory Management Unit (M4U), and 16 ARM Short-Descriptor translation table format for address translation. 20 EMI (External Memory Interface) 22 m4u (Multimedia Memory Management Unit) 24 +--------+ 26 gals0-rx gals1-rx (Global Async Local Sync rx) [all …]
|
/linux/Documentation/devicetree/bindings/memory-controllers/ |
H A D | mediatek,smi-common.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 4 --- 5 $id: http://devicetree.org/schemas/memory-controllers/mediatek,smi-common.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Yong Wu <yong.wu@mediatek.com> 19 generation 2: mt2712, mt6779, mt8167, mt8173, mt8183, mt8186, mt8188, mt8192 and mt8195. 22 register which control the iommu port is at each larb's register base. But 31 - enum: 32 - mediatek,mt2701-smi-common 33 - mediatek,mt2712-smi-common [all …]
|
/linux/Documentation/devicetree/bindings/media/ |
H A D | mediatek-jpeg-encoder.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/media/mediatek-jpeg-encoder.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Xia Jiang <xia.jiang@mediatek.com> 12 description: |- 18 - enum: 19 - mediatek,mt2701-jpgenc 20 - mediatek,mt8183-jpgenc 21 - mediatek,mt8186-jpgenc [all …]
|
/linux/drivers/gpu/drm/mediatek/ |
H A D | mtk_drm_drv.c | 1 // SPDX-License-Identifier: GPL-2.0-only 13 #include <linux/dma-mapping.h> 50 if (info->num_planes != 1) in mtk_drm_mode_fb_create() 51 return ERR_PTR(-EINVAL); in mtk_drm_mode_fb_create() 326 .min_width = 2, /* 2-pixel align when ethdr is bypassed */ 331 { .compatible = "mediatek,mt2701-mmsys", 333 { .compatible = "mediatek,mt7623-mmsys", 335 { .compatible = "mediatek,mt2712-mmsys", 337 { .compatible = "mediatek,mt8167-mmsys", 339 { .compatible = "mediatek,mt8173-mmsys", [all …]
|
/linux/drivers/memory/ |
H A D | mtk-smi.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (c) 2015-2016 MediaTek Inc. 6 #include <linux/arm-smccc.h> 20 #include <dt-bindings/memory/mt2701-larb-port.h> 21 #include <dt-bindings/memory/mtk-memory-port.h> 58 /* every register control 8 port, register offset 0x4 */ 64 * every port have 4 bit to control, bit[port + 3] control virtual or physical, 65 * bit[port + 2 : port + 1] control the domain, bit[port] control the security 66 * or non-security. 155 struct device *smi_common_dev; /* common or sub-common dev */ [all …]
|
/linux/sound/soc/mediatek/mt8186/ |
H A D | mt8186-afe-pcm.c | 1 // SPDX-License-Identifier: GPL-2.0 9 #include <linux/dma-mapping.h> 17 #include "../common/mtk-afe-platform-driver.h" 18 #include "../common/mtk-afe-fe-dai.h" 20 #include "mt8186-afe-common.h" 21 #include "mt8186-afe-clk.h" 22 #include "mt8186-afe-gpio.h" 23 #include "mt8186-interconnection.h" 45 struct snd_pcm_runtime *runtime = substream->runtime; in mt8186_fe_startup() 46 int id = snd_soc_rtd_to_cpu(rtd, 0)->id; in mt8186_fe_startup() [all …]
|
/linux/drivers/iommu/ |
H A D | mtk_iommu.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (c) 2015-2016 MediaTek Inc. 6 #include <linux/arm-smccc.h> 17 #include <linux/io-pgtable.h> 36 #include <dt-bindings/memory/mtk-memory-port.h> 113 /* Macro for 5 bits length port ID field (default) */ 116 /* Macro for 6 bits length port ID field */ 152 ((((pdata)->flags) & (mask)) == (_x)) 208 * is in 4G-8G and cam is in 8G-12G. Meanwhile, some masters may have the 210 * 0x40000000-0x44000000. [all …]
|