Searched refs:MB (Results 1 – 25 of 340) sorted by relevance
12345678910>>...14
98 #define REGION_1M REGION_SIZE(1MB)99 #define REGION_2M REGION_SIZE(2MB)100 #define REGION_4M REGION_SIZE(4MB)101 #define REGION_8M REGION_SIZE(8MB)102 #define REGION_16M REGION_SIZE(16MB)103 #define REGION_32M REGION_SIZE(32MB)104 #define REGION_64M REGION_SIZE(64MB)105 #define REGION_128M REGION_SIZE(128MB)106 #define REGION_256M REGION_SIZE(256MB)107 #define REGION_512M REGION_SIZE(512MB)
86 if (region_size > MB(16)) { in z_renesas_configure_cache()88 } else if (region_size > MB(8)) { in z_renesas_configure_cache()90 } else if (region_size > MB(4)) { in z_renesas_configure_cache()92 } else if (region_size > MB(2)) { in z_renesas_configure_cache()94 } else if (region_size > MB(1)) { in z_renesas_configure_cache()
140 bool "1 MB"142 bool "2 MB"144 bool "4 MB"146 bool "8 MB"148 bool "16 MB"150 bool "32 MB"152 bool "64 MB"154 bool "128 MB"159 default "1MB" if ESPTOOLPY_FLASHSIZE_1MB160 default "2MB" if ESPTOOLPY_FLASHSIZE_2MB[all …]
9 /* 4MB flash */14 /* 2MB psram */
9 /* 16MB flash */14 /* 2MB psram */
9 /* 8MB flash */14 /* 2MB psram */
9 /* 8MB flash */14 /* 8MB psram */
9 /* 16MB flash */14 /* 8MB psram */
9 /* 4MB flash */14 /* 8MB psram */
19 0x40000000, MB(512),27 0x60000000, MB(512),
22 * Although RAM is of size 128MB (0x08000000), limit this to 16MB so32 * Although ROM is of size 32MB (0x02000000), limit this to 16KB so
15 /* 8MB flash */20 /* 2MB psram */
19 /* 16MB flash */24 /* 2MB psram */
19 /* 16MB flash */24 /* 4MB psram */
19 /* 16MB flash */24 /* 8MB psram */
67 This reserves 1 MB of code memory and 1 MB of RAM for secure boot and TF-M,70 along with 1 MB of RAM.76 * 0x0000_0000 BL2 - MCUBoot (0.5 MB)77 * 0x0008_0000 Secure image primary slot (0.5 MB)78 * 0x0010_0000 Non-secure image primary slot (0.5 MB)79 * 0x0018_0000 Secure image secondary slot (0.5 MB)80 * 0x0020_0000 Non-secure image secondary slot (0.5 MB)81 * 0x0028_0000 Scratch area (0.5 MB)