Home
last modified time | relevance | path

Searched refs:AD_RED_C_SHIFT (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/board/freescale/t104xrdb/
H A Ddiu.c31 #define AD_RED_C_SHIFT 19 macro
76 (2 << AD_RED_C_SHIFT) | (8 << AD_COMP_3_SHIFT) | in platform_diu_init()
/openbmc/u-boot/board/gdsys/p1022/
H A Ddiu.c33 #define AD_RED_C_SHIFT 19 macro
72 (2 << AD_RED_C_SHIFT) | (8 << AD_COMP_3_SHIFT) | in platform_diu_init()
/openbmc/u-boot/board/freescale/t1040qds/
H A Ddiu.c31 #define AD_RED_C_SHIFT 19 macro
88 (2 << AD_RED_C_SHIFT) | (8 << AD_COMP_3_SHIFT) | in platform_diu_init()
/openbmc/u-boot/board/freescale/p1022ds/
H A Ddiu.c46 #define AD_RED_C_SHIFT 19 macro
149 (2 << AD_RED_C_SHIFT) | (8 << AD_COMP_3_SHIFT) | in platform_diu_init()
/openbmc/linux/arch/powerpc/platforms/85xx/
H A Dp1022_ds.c90 #define AD_RED_C_SHIFT 19 macro
106 (red << AD_RED_C_SHIFT) | (c3 << AD_COMP_3_SHIFT) | \