Home
last modified time | relevance | path

Searched refs:SZ_16K (Results 1 – 10 of 10) sorted by relevance

/external/u-boot/drivers/mtd/nand/
Dnand_ids.c63 SZ_16K, SZ_8K, SZ_4M, 0, 6, 1280, NAND_ECC_INFO(40, SZ_1K) },
70 SZ_16K, SZ_8K, SZ_4M, NAND_NEED_SCRAMBLING, 6, 1664,
79 LEGACY_ID_NAND("NAND 16MiB 1,8V 8-bit", 0x33, 16, SZ_16K, SP_OPTIONS),
80 LEGACY_ID_NAND("NAND 16MiB 3,3V 8-bit", 0x73, 16, SZ_16K, SP_OPTIONS),
81 LEGACY_ID_NAND("NAND 16MiB 1,8V 16-bit", 0x43, 16, SZ_16K, SP_OPTIONS16),
82 LEGACY_ID_NAND("NAND 16MiB 3,3V 16-bit", 0x53, 16, SZ_16K, SP_OPTIONS16),
84 LEGACY_ID_NAND("NAND 32MiB 1,8V 8-bit", 0x35, 32, SZ_16K, SP_OPTIONS),
85 LEGACY_ID_NAND("NAND 32MiB 3,3V 8-bit", 0x75, 32, SZ_16K, SP_OPTIONS),
86 LEGACY_ID_NAND("NAND 32MiB 1,8V 16-bit", 0x45, 32, SZ_16K, SP_OPTIONS16),
87 LEGACY_ID_NAND("NAND 32MiB 3,3V 16-bit", 0x55, 32, SZ_16K, SP_OPTIONS16),
[all …]
/external/u-boot/include/linux/
Dsizes.h26 #define SZ_16K 0x00004000 macro
/external/u-boot/include/configs/
Daxs10x.h67 #define CONFIG_ENV_SIZE SZ_16K
Dhsdk.h62 #define CONFIG_ENV_SIZE SZ_16K
Drpi.h81 #define CONFIG_ENV_SIZE SZ_16K
Dcorvus.h112 #define CONFIG_SPL_STACK (SZ_16K)
Dtaurus.h149 #define CONFIG_SPL_STACK (ATMEL_BASE_SRAM1 + SZ_16K)
Dsmartweb.h194 #define CONFIG_SPL_BSS_MAX_SIZE (SZ_16K)
/external/u-boot/board/congatec/cgtqmx6eval/
Dcgtqmx6eval.c988 #define CFG_MFG_ADDR_OFFSET (spi->size - SZ_16K)
/external/u-boot/drivers/mmc/
Dmmc.c1351 0, SZ_16K / 512, SZ_32K / 512, in sd_read_ssr()