Searched refs:SZ_512 (Results 1 – 6 of 6) sorted by relevance
/third_party/uboot/u-boot-2020.01/drivers/mtd/nand/raw/ |
D | nand_ids.c | 44 SZ_2K, SZ_128, SZ_128K, 0, 8, 64, NAND_ECC_INFO(1, SZ_512), 48 SZ_4K, SZ_512, SZ_256K, 0, 8, 224, NAND_ECC_INFO(4, SZ_512) }, 51 SZ_4K, SZ_512, SZ_256K, 0, 8, 256, NAND_ECC_INFO(8, SZ_512) }, 54 SZ_4K, SZ_1K, SZ_256K, 0, 8, 232, NAND_ECC_INFO(4, SZ_512) },
|
D | mxs_nand.c | 173 case SZ_512: in mxs_nand_calc_ecc_layout_by_info()
|
/third_party/uboot/u-boot-2020.01/include/configs/ |
D | taurus.h | 169 #define CONFIG_SPL_MAX_SIZE (31 * SZ_512) 176 #define CONFIG_SPL_BSS_MAX_SIZE (3 * SZ_512)
|
D | bmips_common.h | 23 #define CONFIG_SYS_CBSIZE SZ_512
|
/third_party/uboot/u-boot-2020.01/include/linux/ |
D | sizes.h | 22 #define SZ_512 0x00000200 macro
|
/third_party/uboot/u-boot-2020.01/drivers/gpio/ |
D | gpio-uniphier.c | 149 priv->regs = devm_ioremap(dev, addr, SZ_512); in uniphier_gpio_probe()
|