Searched +full:mt8192 +full:- +full:larb +full:- +full:port (Results 1 – 3 of 3) sorted by relevance
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>16 ARM Short-Descriptor translation table format for address translation.24 +--------+26 gals0-rx gals1-rx (Global Async Local Sync rx)29 gals0-tx gals1-tx (Global Async Local Sync tx)31 +--------+35 +----------------+-------[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * Copyright (c) 2015-2016 MediaTek Inc.17 #include <dt-bindings/memory/mt2701-larb-port.h>18 #include <dt-bindings/memory/mtk-memory-port.h>29 /* every register control 8 port, register offset 0x4 */35 * every port have 4 bit to control, bit[port + 3] control virtual or physical,36 * bit[port + 2 : port + 1] control the domain, bit[port] control the security37 * or non-security.88 struct mtk_smi_larb { /* larb: local arbiter */102 ret = clk_prepare_enable(smi->clk_apb); in mtk_smi_clk_enable()[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * Copyright (c) 2015-2016 MediaTek Inc.11 #include <linux/dma-direct.h>12 #include <linux/dma-iommu.h>124 ((((pdata)->flags) & (_x)) == (_x))150 * |---A---|---B---|---C---|---D---|---E---|151 * +--I/O--+------------Memory-------------+157 * |---E---|---B---|---C---|---D---|158 * +------------Memory-------------+215 if (pm_runtime_get_if_in_use(data->dev) <= 0) in mtk_iommu_tlb_flush_all()[all …]