Home
last modified time | relevance | path

Searched refs:SZ_2M (Results 1 – 14 of 14) sorted by relevance

/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Dnand_ids.c66 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 Dnsim.h24 #define CONFIG_SYS_MALLOC_LEN SZ_2M
H A Dcolibri_t20.h48 #define CONFIG_ENV_OFFSET (SZ_2M)
H A Dhsdk.h31 #define CONFIG_SYS_MALLOC_LEN SZ_2M
H A Daxs10x.h31 #define CONFIG_SYS_MALLOC_LEN SZ_2M
/rk3399_rockchip-uboot/include/linux/
H A Dsizes.h34 #define SZ_2M 0x00200000 macro
/rk3399_rockchip-uboot/cmd/
H A Dbooti.c73 dst = ALIGN(dst, SZ_2M) + text_offset; in booti_setup()
/rk3399_rockchip-uboot/common/spl/
H A Dspl_decomp.c168 lzma_len = SZ_2M; /* default max size */ in un_lzma()
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dboard.c754 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 Dparam.c20 #define PARAM_OPTEE_INFO_OFFSET (SZ_32M + SZ_2M)
/rk3399_rockchip-uboot/include/
H A Dimage.h956 #define FIT_MAX_SPL_IMAGE_SZ SZ_2M
/rk3399_rockchip-uboot/drivers/mtd/spi/
H A Dspi_flash.c600 if (flash->size != SZ_2M && in sst26_lock_ctl()
H A Dspi-nor-core.c1039 if (mtd->size != SZ_2M && in sst26_lock_ctl()
/rk3399_rockchip-uboot/drivers/mmc/
H A Dmmc.c28 SZ_512K / 512, SZ_1M / 512, SZ_2M / 512,