aboutsummaryrefslogtreecommitdiffstats
path: root/include/dt-bindings/memory
diff options
context:
space:
mode:
authorYong Wu <yong.wu@mediatek.com>2017-08-21 19:00:15 +0800
committerJoerg Roedel <jroedel@suse.de>2017-08-22 16:37:58 +0200
commita9467d954226f1a513cfe789a3a39d8fc73b5d16 (patch)
tree1599514b5f3afa39660cfb8dba1499210f6bac7f /include/dt-bindings/memory
parentMerge branch 'iommu/fixes' into arm/mediatek (diff)
downloadlinux-dev-a9467d954226f1a513cfe789a3a39d8fc73b5d16.tar.xz
linux-dev-a9467d954226f1a513cfe789a3a39d8fc73b5d16.zip
iommu/mediatek: Move MTK_M4U_TO_LARB/PORT into mtk_iommu.c
The definition of MTK_M4U_TO_LARB and MTK_M4U_TO_PORT are shared by all the gen2 M4U HWs. Thus, Move them out from mt8173-larb-port.h, and put them into the c file. Suggested-by: Honghui Zhang <honghui.zhang@mediatek.com> Signed-off-by: Yong Wu <yong.wu@mediatek.com> Signed-off-by: Joerg Roedel <jroedel@suse.de>
Diffstat (limited to 'include/dt-bindings/memory')
-rw-r--r--include/dt-bindings/memory/mt8173-larb-port.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/dt-bindings/memory/mt8173-larb-port.h b/include/dt-bindings/memory/mt8173-larb-port.h
index 5fef5d1f8f82..111b4b0ec85a 100644
--- a/include/dt-bindings/memory/mt8173-larb-port.h
+++ b/include/dt-bindings/memory/mt8173-larb-port.h
@@ -15,10 +15,6 @@
#define __DTS_IOMMU_PORT_MT8173_H
#define MTK_M4U_ID(larb, port) (((larb) << 5) | (port))
-/* Local arbiter ID */
-#define MTK_M4U_TO_LARB(id) (((id) >> 5) & 0x7)
-/* PortID within the local arbiter */
-#define MTK_M4U_TO_PORT(id) ((id) & 0x1f)
#define M4U_LARB0_ID 0
#define M4U_LARB1_ID 1