Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-sunxi/
H A Ddram_sun4i.c30 #define CPU_CFG_CHIP_VER(n) ((n) << 6) macro
31 #define CPU_CFG_CHIP_VER_MASK CPU_CFG_CHIP_VER(0x3)
72 CPU_CFG_CHIP_VER(CPU_CFG_CHIP_REV_A)) { in mctl_ddr3_reset()