Searched refs:SZ_16K (Results 1 – 10 of 10) sorted by relevance
/external/u-boot/drivers/mtd/nand/ |
D | nand_ids.c | 63 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/ |
D | sizes.h | 26 #define SZ_16K 0x00004000 macro
|
/external/u-boot/include/configs/ |
D | hsdk.h | 62 #define CONFIG_ENV_SIZE SZ_16K
|
D | axs10x.h | 67 #define CONFIG_ENV_SIZE SZ_16K
|
D | rpi.h | 81 #define CONFIG_ENV_SIZE SZ_16K
|
D | corvus.h | 112 #define CONFIG_SPL_STACK (SZ_16K)
|
D | taurus.h | 149 #define CONFIG_SPL_STACK (ATMEL_BASE_SRAM1 + SZ_16K)
|
D | smartweb.h | 194 #define CONFIG_SPL_BSS_MAX_SIZE (SZ_16K)
|
/external/u-boot/board/congatec/cgtqmx6eval/ |
D | cgtqmx6eval.c | 988 #define CFG_MFG_ADDR_OFFSET (spi->size - SZ_16K)
|
/external/u-boot/drivers/mmc/ |
D | mmc.c | 1351 0, SZ_16K / 512, SZ_32K / 512, in sd_read_ssr()
|