1 /*
2  * Copyright 2016 Rockchip Inc.
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6 #ifndef _ASM_ARCH_QOS_RK3288_H
7 #define _ASM_ARCH_QOS_RK3288_H
8 
9 #define PRIORITY_HIGH_SHIFT	2
10 #define PRIORITY_LOW_SHIFT	0
11 
12 #define CPU_AXI_QOS_PRIORITY    0x08
13 
14 #define VIO0_VOP_QOS            0xffad0400
15 #define VIO1_VOP_QOS            0xffad0000
16 #define VIO1_ISP_R_QOS          0xffad0900
17 #define VIO1_ISP_W0_QOS         0xffad0100
18 #define VIO1_ISP_W1_QOS         0xffad0180
19 
20 #endif
21