Home
last modified time | relevance | path

Searched refs:CPU_AXI_QOS_PRIORITY (Results 1 – 2 of 2) sorted by relevance

/third_party/uboot/u-boot-2020.01/arch/arm/mach-rockchip/rk3288/
Drk3288.c55 writel(val, CPU_AXI_QOS_PRIORITY + VIO0_VOP_QOS); in rk3288_qos_init()
56 writel(val, CPU_AXI_QOS_PRIORITY + VIO1_VOP_QOS); in rk3288_qos_init()
61 writel(val, CPU_AXI_QOS_PRIORITY + VIO1_ISP_R_QOS); in rk3288_qos_init()
62 writel(val, CPU_AXI_QOS_PRIORITY + VIO1_ISP_W0_QOS); in rk3288_qos_init()
63 writel(val, CPU_AXI_QOS_PRIORITY + VIO1_ISP_W1_QOS); in rk3288_qos_init()
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/arch-rockchip/
Dqos_rk3288.h11 #define CPU_AXI_QOS_PRIORITY 0x08 macro