Searched refs:SZ_512 (Results 1 – 9 of 9) sorted by relevance
| /u-boot/drivers/mtd/nand/raw/ |
| A 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) },
|
| A D | mxs_nand.c | 158 case SZ_512: in mxs_nand_calc_ecc_layout_by_info()
|
| A D | cortina_nand.c | 526 if (mtd->writesize == SZ_512) { in set_bus_width_page_size()
|
| /u-boot/include/configs/ |
| A D | taurus.h | 168 #define CONFIG_SPL_MAX_SIZE (31 * SZ_512) 175 #define CONFIG_SPL_BSS_MAX_SIZE (3 * SZ_512)
|
| A D | bmips_common.h | 23 #define CONFIG_SYS_CBSIZE SZ_512
|
| /u-boot/include/linux/ |
| A D | sizes.h | 22 #define SZ_512 0x00000200 macro
|
| /u-boot/drivers/gpio/ |
| A D | gpio-uniphier.c | 149 priv->regs = devm_ioremap(dev, addr, SZ_512); in uniphier_gpio_probe()
|
| /u-boot/drivers/spi/ |
| A D | fsl_qspi.c | 222 .txfifo = SZ_512, 230 .txfifo = SZ_512, 239 .txfifo = SZ_512,
|
| A D | nxp_fspi.c | 316 .rxfifo = SZ_512, /* (64 * 64 bits) */ 324 .rxfifo = SZ_512, /* (64 * 64 bits) */
|
Completed in 24 milliseconds