Searched refs:CPU_AXI_QOS_PRIORITY (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/rk3368/ |
| H A D | rk3368.c | 38 #define CPU_AXI_QOS_PRIORITY 0x08 macro 201 writel(level, CPU_AXI_QOS_PRIORITY_BASE + CPU_AXI_QOS_PRIORITY); in cpu_axi_qos_prority_level_config() 206 writel(level, ISP_R0_QOS_BASE + CPU_AXI_QOS_PRIORITY); in cpu_axi_qos_prority_level_config() 211 writel(level, ISP_R1_QOS_BASE + CPU_AXI_QOS_PRIORITY); in cpu_axi_qos_prority_level_config() 216 writel(level, ISP_W0_QOS_BASE + CPU_AXI_QOS_PRIORITY); in cpu_axi_qos_prority_level_config() 221 writel(level, ISP_W1_QOS_BASE + CPU_AXI_QOS_PRIORITY); in cpu_axi_qos_prority_level_config()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/rk3288/ |
| H A D | rk3288.c | 179 writel(val, CPU_AXI_QOS_PRIORITY + VIO0_VOP_QOS); in rk3288_qos_init() 180 writel(val, CPU_AXI_QOS_PRIORITY + VIO1_VOP_QOS); in rk3288_qos_init() 186 writel(val, CPU_AXI_QOS_PRIORITY + VIO1_ISP_R_QOS); in rk3288_qos_init() 187 writel(val, CPU_AXI_QOS_PRIORITY + VIO1_ISP_W0_QOS); in rk3288_qos_init() 188 writel(val, CPU_AXI_QOS_PRIORITY + VIO1_ISP_W1_QOS); in rk3288_qos_init()
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/ |
| H A D | qos_rk3288.h | 12 #define CPU_AXI_QOS_PRIORITY 0x08 macro
|