Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
Dlowlevel.S113 ldr x0, =CCI_S0_QOS_CONTROL_BASE(0)
123 ldr x0, =CCI_S0_QOS_CONTROL_BASE(2)
133 ldr x0, =CCI_S0_QOS_CONTROL_BASE(6)
143 ldr x0, =CCI_S0_QOS_CONTROL_BASE(12)
153 ldr x0, =CCI_S0_QOS_CONTROL_BASE(16)
163 ldr x0, =CCI_S0_QOS_CONTROL_BASE(20)
/external/u-boot/arch/arm/include/asm/arch-fsl-layerscape/
Dconfig.h88 #define CCI_S0_QOS_CONTROL_BASE(x) ((CCI_RN_I_0_BASE + (x * 0x10000)) + 0x10) macro