diff options
Diffstat (limited to 'arch/powerpc/include/asm/fsl_ifc.h')
-rw-r--r-- | arch/powerpc/include/asm/fsl_ifc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/fsl_ifc.h b/arch/powerpc/include/asm/fsl_ifc.h index b8a4b9bc50b3..f49ddb1b2273 100644 --- a/arch/powerpc/include/asm/fsl_ifc.h +++ b/arch/powerpc/include/asm/fsl_ifc.h | |||
@@ -93,6 +93,7 @@ | |||
93 | #define CSOR_NAND_PGS_512 0x00000000 | 93 | #define CSOR_NAND_PGS_512 0x00000000 |
94 | #define CSOR_NAND_PGS_2K 0x00080000 | 94 | #define CSOR_NAND_PGS_2K 0x00080000 |
95 | #define CSOR_NAND_PGS_4K 0x00100000 | 95 | #define CSOR_NAND_PGS_4K 0x00100000 |
96 | #define CSOR_NAND_PGS_8K 0x00180000 | ||
96 | /* Spare region Size */ | 97 | /* Spare region Size */ |
97 | #define CSOR_NAND_SPRZ_MASK 0x0000E000 | 98 | #define CSOR_NAND_SPRZ_MASK 0x0000E000 |
98 | #define CSOR_NAND_SPRZ_SHIFT 13 | 99 | #define CSOR_NAND_SPRZ_SHIFT 13 |
@@ -102,6 +103,7 @@ | |||
102 | #define CSOR_NAND_SPRZ_210 0x00006000 | 103 | #define CSOR_NAND_SPRZ_210 0x00006000 |
103 | #define CSOR_NAND_SPRZ_218 0x00008000 | 104 | #define CSOR_NAND_SPRZ_218 0x00008000 |
104 | #define CSOR_NAND_SPRZ_224 0x0000A000 | 105 | #define CSOR_NAND_SPRZ_224 0x0000A000 |
106 | #define CSOR_NAND_SPRZ_CSOR_EXT 0x0000C000 | ||
105 | /* Pages Per Block */ | 107 | /* Pages Per Block */ |
106 | #define CSOR_NAND_PB_MASK 0x00000700 | 108 | #define CSOR_NAND_PB_MASK 0x00000700 |
107 | #define CSOR_NAND_PB_SHIFT 8 | 109 | #define CSOR_NAND_PB_SHIFT 8 |