Lines Matching full:19
120 #define SDRAM_MBCF_SZ_MASK PPC_REG_VAL(19, 0xF)
121 #define SDRAM_MBCF_SZ_DECODE(mbxcf) PPC_REG_DECODE(19, mbxcf)
122 #define SDRAM_MBCF_SZ_4MB PPC_REG_VAL(19, 0x0)
123 #define SDRAM_MBCF_SZ_8MB PPC_REG_VAL(19, 0x1)
124 #define SDRAM_MBCF_SZ_16MB PPC_REG_VAL(19, 0x2)
125 #define SDRAM_MBCF_SZ_32MB PPC_REG_VAL(19, 0x3)
126 #define SDRAM_MBCF_SZ_64MB PPC_REG_VAL(19, 0x4)
127 #define SDRAM_MBCF_SZ_128MB PPC_REG_VAL(19, 0x5)
128 #define SDRAM_MBCF_SZ_256MB PPC_REG_VAL(19, 0x6)
129 #define SDRAM_MBCF_SZ_512MB PPC_REG_VAL(19, 0x7)
130 #define SDRAM_MBCF_SZ_1GB PPC_REG_VAL(19, 0x8)
131 #define SDRAM_MBCF_SZ_2GB PPC_REG_VAL(19, 0x9)
132 #define SDRAM_MBCF_SZ_4GB PPC_REG_VAL(19, 0xA)
133 #define SDRAM_MBCF_SZ_8GB PPC_REG_VAL(19, 0xB)
162 #define SDRAM_ECCES_UE PPC_REG_VAL(19, 1)