Searched refs:SZ_8K (Results 1 – 15 of 15) sorted by relevance
/external/u-boot/drivers/mtd/nand/raw/ |
D | nand_ids.c | 33 LEGACY_ID_NAND("NAND 4MiB 3,3V 8-bit", 0xd5, 4, SZ_8K, SP_OPTIONS), 35 LEGACY_ID_NAND("NAND 8MiB 3,3V 8-bit", 0xe6, 8, SZ_8K, SP_OPTIONS), 57 SZ_8K, SZ_4K, SZ_1M, 0, 8, 640, NAND_ECC_INFO(40, SZ_1K) }, 60 SZ_8K, SZ_8K, SZ_2M, 0, 8, 640, NAND_ECC_INFO(40, SZ_1K) }, 63 SZ_16K, SZ_8K, SZ_4M, 0, 6, 1280, NAND_ECC_INFO(40, SZ_1K) }, 66 SZ_8K, SZ_4K, SZ_2M, NAND_NEED_SCRAMBLING, 6, 640, 70 SZ_8K, SZ_8K, SZ_2M, NAND_NEED_SCRAMBLING, 6, 640, 74 SZ_16K, SZ_8K, SZ_4M, NAND_NEED_SCRAMBLING, 6, 1664, 77 LEGACY_ID_NAND("NAND 4MiB 5V 8-bit", 0x6B, 4, SZ_8K, SP_OPTIONS), 78 LEGACY_ID_NAND("NAND 4MiB 3,3V 8-bit", 0xE3, 4, SZ_8K, SP_OPTIONS), [all …]
|
/external/u-boot/include/configs/ |
D | imx8mn_evk.h | 13 #define CONFIG_CSF_SIZE SZ_8K 27 #define CONFIG_SPL_BSS_MAX_SIZE SZ_8K /* 8 KB */
|
D | imx8mm_evk.h | 13 #define CONFIG_CSF_SIZE SZ_8K 27 #define CONFIG_SPL_BSS_MAX_SIZE SZ_8K /* 8 KB */
|
D | bmips_bcm6838.h | 22 #define CONFIG_SYS_INIT_SP_OFFSET SZ_8K
|
D | bmips_bcm3380.h | 22 #define CONFIG_SYS_INIT_SP_OFFSET SZ_8K
|
D | bmips_bcm6338.h | 22 #define CONFIG_SYS_INIT_SP_OFFSET SZ_8K
|
D | bmips_bcm6318.h | 29 #define CONFIG_SYS_INIT_SP_OFFSET SZ_8K
|
D | bmips_bcm6362.h | 29 #define CONFIG_SYS_INIT_SP_OFFSET SZ_8K
|
D | bmips_bcm63268.h | 29 #define CONFIG_SYS_INIT_SP_OFFSET SZ_8K
|
D | bmips_bcm6328.h | 29 #define CONFIG_SYS_INIT_SP_OFFSET SZ_8K
|
D | bmips_bcm6348.h | 27 #define CONFIG_SYS_INIT_SP_OFFSET SZ_8K
|
D | bmips_bcm6358.h | 29 #define CONFIG_SYS_INIT_SP_OFFSET SZ_8K
|
D | bmips_bcm6368.h | 29 #define CONFIG_SYS_INIT_SP_OFFSET SZ_8K
|
/external/u-boot/include/linux/ |
D | sizes.h | 27 #define SZ_8K 0x00002000 macro
|
/external/u-boot/arch/arm/mach-uniphier/ |
D | base-address.c | 58 sg_base = ioremap(base, SZ_8K); in uniphier_base_address_init()
|