Searched refs:SZ_16K (Results 1 – 13 of 13) sorted by relevance
| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/ |
| H A D | nand_ids.c | 69 SZ_16K, SZ_8K, SZ_4M, 0, 6, 1280, NAND_ECC_INFO(40, SZ_1K) }, 72 SZ_16K, SZ_8K, SZ_4M, 0, 6, 1280, NAND_ECC_INFO(40, SZ_1K) }, 83 SZ_16K, SZ_8K, SZ_4M, NAND_NEED_SCRAMBLING, 6, 1664, 92 LEGACY_ID_NAND("NAND 16MiB 1,8V 8-bit", 0x33, 16, SZ_16K, SP_OPTIONS), 93 LEGACY_ID_NAND("NAND 16MiB 3,3V 8-bit", 0x73, 16, SZ_16K, SP_OPTIONS), 94 LEGACY_ID_NAND("NAND 16MiB 1,8V 16-bit", 0x43, 16, SZ_16K, SP_OPTIONS16), 95 LEGACY_ID_NAND("NAND 16MiB 3,3V 16-bit", 0x53, 16, SZ_16K, SP_OPTIONS16), 97 LEGACY_ID_NAND("NAND 32MiB 1,8V 8-bit", 0x35, 32, SZ_16K, SP_OPTIONS), 98 LEGACY_ID_NAND("NAND 32MiB 3,3V 8-bit", 0x75, 32, SZ_16K, SP_OPTIONS), 99 LEGACY_ID_NAND("NAND 32MiB 1,8V 16-bit", 0x45, 32, SZ_16K, SP_OPTIONS16), [all …]
|
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | sizes.h | 26 #define SZ_16K 0x00004000 macro
|
| /rk3399_rockchip-uboot/include/configs/ |
| H A D | hsdk.h | 62 #define CONFIG_ENV_SIZE SZ_16K
|
| H A D | axs10x.h | 71 #define CONFIG_ENV_SIZE SZ_16K
|
| H A D | rpi.h | 89 #define CONFIG_ENV_SIZE SZ_16K
|
| H A D | corvus.h | 119 #define CONFIG_SPL_STACK (SZ_16K)
|
| H A D | taurus.h | 155 #define CONFIG_SPL_STACK (ATMEL_BASE_SRAM1 + SZ_16K)
|
| H A D | smartweb.h | 199 #define CONFIG_SPL_BSS_MAX_SIZE (SZ_16K)
|
| /rk3399_rockchip-uboot/common/spl/ |
| H A D | spl_decomp.c | 225 gd->arch.tlb_addr = (ulong)memalign(SZ_16K, ALIGN(PGTABLE_SIZE, SZ_4K)); in board_init_r()
|
| H A D | spl.c | 268 gd->arch.tlb_addr = (ulong)memalign(SZ_16K, ALIGN(PGTABLE_SIZE, SZ_4K)); in spl_dcache_enable()
|
| /rk3399_rockchip-uboot/env/ |
| H A D | envf.c | 166 env_size = SZ_16K; in envf_read()
|
| /rk3399_rockchip-uboot/board/congatec/cgtqmx6eval/ |
| H A D | cgtqmx6eval.c | 988 #define CFG_MFG_ADDR_OFFSET (spi->size - SZ_16K)
|
| /rk3399_rockchip-uboot/drivers/mmc/ |
| H A D | mmc.c | 26 0, SZ_16K / 512, SZ_32K / 512,
|