HomeSort by relevance Sort by last modified time
    Searched refs:CONFIG_SYS_NAND_OOBSIZE (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/u-boot/arch/arm/include/asm/arch-lpc32xx/
config.h 45 #define CONFIG_SYS_NAND_OOBSIZE 64
51 #define CONFIG_SYS_NAND_OOBSIZE 16
  /external/u-boot/include/configs/
am335x_igep003x.h 140 #define CONFIG_SYS_NAND_OOBSIZE 64
omap3_pandora.h 51 #define CONFIG_SYS_NAND_OOBSIZE 64
etamin.h 18 #undef CONFIG_SYS_NAND_OOBSIZE
30 #define CONFIG_SYS_NAND_OOBSIZE 224
chiliboard.h 130 #define CONFIG_SYS_NAND_OOBSIZE 64
cm_t335.h 103 #define CONFIG_SYS_NAND_OOBSIZE 64
cm_t43.h 30 #define CONFIG_SYS_NAND_OOBSIZE 64
omap3_cairo.h 181 #define CONFIG_SYS_NAND_OOBSIZE 64
omap3_igep00x0.h 106 #define CONFIG_SYS_NAND_OOBSIZE 64
omap3_logic.h 53 #define CONFIG_SYS_NAND_OOBSIZE 64
omap3_overo.h 181 #define CONFIG_SYS_NAND_OOBSIZE 64
pengwyn.h 118 #define CONFIG_SYS_NAND_OOBSIZE 224
sama5d3_xplained.h 93 #define CONFIG_SYS_NAND_OOBSIZE 64
sama5d4_xplained.h 77 #define CONFIG_SYS_NAND_OOBSIZE 224
sama5d4ek.h 74 #define CONFIG_SYS_NAND_OOBSIZE 224
ti816x_evm.h 73 #define CONFIG_SYS_NAND_OOBSIZE 64
am3517_evm.h 74 #define CONFIG_SYS_NAND_OOBSIZE 64
at91sam9m10g45ek.h 132 #define CONFIG_SYS_NAND_OOBSIZE 64
baltos.h 237 #define CONFIG_SYS_NAND_OOBSIZE 64
brppt1.h 187 #define CONFIG_SYS_NAND_OOBSIZE 64
corvus.h 135 #define CONFIG_SYS_NAND_OOBSIZE 64
devkit8000.h 171 #define CONFIG_SYS_NAND_OOBSIZE 64
  /external/u-boot/tools/
atmel_pmecc_params.c 29 unsigned int oob_size = CONFIG_SYS_NAND_OOBSIZE;
  /external/u-boot/drivers/mtd/nand/
mxc_nand_spl.c 57 NFC_V3_CONFIG2_SPAS(CONFIG_SYS_NAND_OOBSIZE / 2) |
70 if (CONFIG_SYS_NAND_OOBSIZE / ecc_per_page > 16)
91 writenfc(CONFIG_SYS_NAND_OOBSIZE / 2, &nfc->spare_area_size);
104 if (CONFIG_SYS_NAND_OOBSIZE / ecc_per_page > 16)
193 int err_limit = CONFIG_SYS_NAND_OOBSIZE / ecc_per_page > 16 ? 8 : 4;
nand_spl_simple.c 144 u_char oob_data[CONFIG_SYS_NAND_OOBSIZE];
152 this->read_buf(mtd, oob_data, CONFIG_SYS_NAND_OOBSIZE);
175 u_char oob_data[CONFIG_SYS_NAND_OOBSIZE];
190 this->read_buf(mtd, oob_data, CONFIG_SYS_NAND_OOBSIZE);

Completed in 170 milliseconds

1 2 3