Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dlowlevel.S122 ldr x0, =CCI_S0_QOS_CONTROL_BASE(0)
132 ldr x0, =CCI_S0_QOS_CONTROL_BASE(2)
142 ldr x0, =CCI_S0_QOS_CONTROL_BASE(6)
152 ldr x0, =CCI_S0_QOS_CONTROL_BASE(12)
162 ldr x0, =CCI_S0_QOS_CONTROL_BASE(16)
172 ldr x0, =CCI_S0_QOS_CONTROL_BASE(20)
/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/
H A Dconfig.h88 #define CCI_S0_QOS_CONTROL_BASE(x) ((CCI_RN_I_0_BASE + (x * 0x10000)) + 0x10) macro