qos_rk3288.h 463 B

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