summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-rockchip/qos_rk3288.h
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2019-10-30 15:43:26 +0800
committerIru Cai <mytbk920423@gmail.com>2019-10-30 15:43:26 +0800
commita899a6c0ed9a3066557fb170850f977b6bd7366f (patch)
tree78f7b1166fc1bd0265bcb61990130479528b09c4 /arch/arm/include/asm/arch-rockchip/qos_rk3288.h
parent1a691f101632955a994a0198fc5498b108e97fbc (diff)
downloaduext4-a899a6c0ed9a3066557fb170850f977b6bd7366f.tar.xz
rm arch/arm/include/asm/arch-*
Diffstat (limited to 'arch/arm/include/asm/arch-rockchip/qos_rk3288.h')
-rw-r--r--arch/arm/include/asm/arch-rockchip/qos_rk3288.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/arch/arm/include/asm/arch-rockchip/qos_rk3288.h b/arch/arm/include/asm/arch-rockchip/qos_rk3288.h
deleted file mode 100644
index c24b090..0000000
--- a/arch/arm/include/asm/arch-rockchip/qos_rk3288.h
+++ /dev/null
@@ -1,19 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0+ */
-/*
- * Copyright 2016 Rockchip Inc.
- */
-#ifndef _ASM_ARCH_QOS_RK3288_H
-#define _ASM_ARCH_QOS_RK3288_H
-
-#define PRIORITY_HIGH_SHIFT 2
-#define PRIORITY_LOW_SHIFT 0
-
-#define CPU_AXI_QOS_PRIORITY 0x08
-
-#define VIO0_VOP_QOS 0xffad0400
-#define VIO1_VOP_QOS 0xffad0000
-#define VIO1_ISP_R_QOS 0xffad0900
-#define VIO1_ISP_W0_QOS 0xffad0100
-#define VIO1_ISP_W1_QOS 0xffad0180
-
-#endif