Searched refs:CONFIG_SYS_FLASH_SIZE (Results 1 – 25 of 54) sorted by relevance
123
197 # define CONFIG_SYS_FLASH_SIZE 0x0040000 /* 4MB */ macro203 # define CONFIG_SYS_FLASH_SIZE 0x8000000 /* 128MB */ macro209 # define CONFIG_SYS_FLASH_SIZE 0x1000000 /* 16MB */ macro217 CONFIG_SYS_FLASH_SIZE/CONFIG_SYS_FLASH_SECT_SZ - 1)
36 #define CONFIG_SYS_FLASH_SIZE 0x04000000 /* 64 MB */ macro40 #define CONFIG_SYS_FLASH_BANKS_SIZES { (CONFIG_SYS_FLASH_SIZE) }
198 # define CONFIG_SYS_FLASH_SIZE ((CONFIG_SYS_NOR1SZ + CONFIG_SYS_BOOTSZ) << 20) macro202 # define CONFIG_SYS_FLASH_SIZE (CONFIG_SYS_BOOTSZ << 20) macro
186 # define CONFIG_SYS_FLASH_SIZE ((CONFIG_SYS_NOR1SZ + CONFIG_SYS_BOOTSZ) << 20) macro190 # define CONFIG_SYS_FLASH_SIZE (CONFIG_SYS_BOOTSZ << 20) macro
33 #define CONFIG_SYS_FLASH_SIZE 0x02000000 /* 32 MiB */ macro
195 #define CONFIG_SYS_FLASH_SIZE 0x4000000 macro
47 #define CONFIG_SYS_FLASH_SIZE 8 /* FLASH size is up to 8M */ macro
128 #define CONFIG_SYS_FLASH_SIZE (64 * 1024 * 1024) /* 64 MB */ macro
63 # define CONFIG_SYS_FLASH_SIZE XILINX_FLASH_SIZE macro
78 #define CONFIG_SYS_FLASH_SIZE SZ_4M macro
471 #define CONFIG_SYS_FLASH_SIZE 0x01000000 macro
105 # define CONFIG_SYS_FLASH_SIZE 0x1000000 /* Max size that the board might have */ macro
153 #define CONFIG_SYS_FLASH_SIZE 0x200000 macro
146 # define CONFIG_SYS_FLASH_SIZE 0x1000000 /* Max size that the board might have */ macro
139 # define CONFIG_SYS_FLASH_SIZE 0x800000 /* Max size that the board might have */ macro
132 # define CONFIG_SYS_FLASH_SIZE 0x800000 /* Max size that the board might have */ macro
41 #define CONFIG_SYS_FLASH_SIZE 8 /* FLASH size in MB */ macro
153 # define CONFIG_SYS_FLASH_SIZE 0x1000000 /* Max size that the board might have */ macro
143 # define CONFIG_SYS_FLASH_SIZE 0x800000 /* Max size that the board might have */ macro
146 # define CONFIG_SYS_FLASH_SIZE 0x800000 /* Max size that the board might have */ macro
264 #define CONFIG_SYS_FLASH_SIZE 0x2000000 macro
158 # define CONFIG_SYS_FLASH_SIZE 0x800000 macro
124 size = (CONFIG_SYS_FLASH_SIZE > 0x08000000) ? GPMC_SIZE_256M : in set_gpmc_cs0()125 ((CONFIG_SYS_FLASH_SIZE > 0x04000000) ? GPMC_SIZE_128M : in set_gpmc_cs0()126 ((CONFIG_SYS_FLASH_SIZE > 0x02000000) ? GPMC_SIZE_64M : in set_gpmc_cs0()127 ((CONFIG_SYS_FLASH_SIZE > 0x01000000) ? GPMC_SIZE_32M : in set_gpmc_cs0()
57 #define CONFIG_SYS_FLASH_SIZE 256 /* max FLASH size is 256M */ macro