Searched refs:SZ_2M (Results 1 – 14 of 14) sorted by relevance
| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/ |
| H A D | nand_ids.c | 66 SZ_8K, SZ_8K, SZ_2M, 0, 8, 640, NAND_ECC_INFO(40, SZ_1K) }, 75 SZ_8K, SZ_4K, SZ_2M, NAND_NEED_SCRAMBLING, 6, 640, 79 SZ_8K, SZ_8K, SZ_2M, NAND_NEED_SCRAMBLING, 6, 640,
|
| /rk3399_rockchip-uboot/include/configs/ |
| H A D | nsim.h | 24 #define CONFIG_SYS_MALLOC_LEN SZ_2M
|
| H A D | colibri_t20.h | 48 #define CONFIG_ENV_OFFSET (SZ_2M)
|
| H A D | hsdk.h | 31 #define CONFIG_SYS_MALLOC_LEN SZ_2M
|
| H A D | axs10x.h | 31 #define CONFIG_SYS_MALLOC_LEN SZ_2M
|
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | sizes.h | 34 #define SZ_2M 0x00200000 macro
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | booti.c | 73 dst = ALIGN(dst, SZ_2M) + text_offset; in booti_setup()
|
| /rk3399_rockchip-uboot/common/spl/ |
| H A D | spl_decomp.c | 168 lzma_len = SZ_2M; /* default max size */ in un_lzma()
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | board.c | 754 if (round_down(images->ep, SZ_2M) != images->ep) in arch_preboot_os() 755 images->ep = round_down(images->ep, SZ_2M); in arch_preboot_os() 757 if (IS_ALIGNED(images->ep, SZ_2M)) in arch_preboot_os() 851 CONFIG_SYS_TEXT_BASE, SZ_2M)) { in board_sysmem_reserve()
|
| H A D | param.c | 20 #define PARAM_OPTEE_INFO_OFFSET (SZ_32M + SZ_2M)
|
| /rk3399_rockchip-uboot/include/ |
| H A D | image.h | 956 #define FIT_MAX_SPL_IMAGE_SZ SZ_2M
|
| /rk3399_rockchip-uboot/drivers/mtd/spi/ |
| H A D | spi_flash.c | 600 if (flash->size != SZ_2M && in sst26_lock_ctl()
|
| H A D | spi-nor-core.c | 1039 if (mtd->size != SZ_2M && in sst26_lock_ctl()
|
| /rk3399_rockchip-uboot/drivers/mmc/ |
| H A D | mmc.c | 28 SZ_512K / 512, SZ_1M / 512, SZ_2M / 512,
|