| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/ |
| H A D | mxc_nand_spl.c | 58 NFC_V3_CONFIG2_SPAS(CONFIG_SYS_NAND_OOBSIZE / 2) | in nfc_nand_init() 71 if (CONFIG_SYS_NAND_OOBSIZE / ecc_per_page > 16) in nfc_nand_init() 92 writenfc(CONFIG_SYS_NAND_OOBSIZE / 2, &nfc->spare_area_size); in nfc_nand_init() 105 if (CONFIG_SYS_NAND_OOBSIZE / ecc_per_page > 16) in nfc_nand_init() 194 int err_limit = CONFIG_SYS_NAND_OOBSIZE / ecc_per_page > 16 ? 8 : 4; in nfc_nand_check_ecc()
|
| H A D | nand_spl_simple.c | 145 u_char oob_data[CONFIG_SYS_NAND_OOBSIZE]; in nand_read_page() 153 this->read_buf(mtd, oob_data, CONFIG_SYS_NAND_OOBSIZE); in nand_read_page() 176 u_char oob_data[CONFIG_SYS_NAND_OOBSIZE]; in nand_read_page() 191 this->read_buf(mtd, oob_data, CONFIG_SYS_NAND_OOBSIZE); in nand_read_page()
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-lpc32xx/ |
| H A D | config.h | 52 #define CONFIG_SYS_NAND_OOBSIZE 64 macro 58 #define CONFIG_SYS_NAND_OOBSIZE 16 macro
|
| /OK3568_Linux_fs/u-boot/configs/ |
| H A D | CHIP_pro_defconfig | 8 CONFIG_SYS_NAND_OOBSIZE=0x1000 9 CONFIG_SYS_NAND_OOBSIZE=0x100
|
| /OK3568_Linux_fs/u-boot/include/configs/ |
| H A D | etamin.h | 19 #undef CONFIG_SYS_NAND_OOBSIZE 31 #define CONFIG_SYS_NAND_OOBSIZE 224 macro
|
| H A D | C29XPCIE.h | 208 #define CONFIG_SYS_NAND_OOBSIZE 0x00000280 /* 640b */ macro 236 #define CONFIG_SYS_CSOR0_EXT CONFIG_SYS_NAND_OOBSIZE 259 #define CONFIG_SYS_CSOR1_EXT CONFIG_SYS_NAND_OOBSIZE
|
| H A D | am335x_igep003x.h | 140 #define CONFIG_SYS_NAND_OOBSIZE 64 macro
|
| H A D | omap3_pandora.h | 53 #define CONFIG_SYS_NAND_OOBSIZE 64 macro
|
| H A D | sama5d3_xplained.h | 90 #define CONFIG_SYS_NAND_OOBSIZE 64 macro
|
| H A D | omap3_beagle.h | 256 #define CONFIG_SYS_NAND_OOBSIZE 64 macro
|
| H A D | sama5d4ek.h | 84 #define CONFIG_SYS_NAND_OOBSIZE 224 macro
|
| H A D | sama5d4_xplained.h | 86 #define CONFIG_SYS_NAND_OOBSIZE 224 macro
|
| H A D | pengwyn.h | 122 #define CONFIG_SYS_NAND_OOBSIZE 224 macro
|
| H A D | omap3_evm.h | 56 #define CONFIG_SYS_NAND_OOBSIZE 64 macro
|
| H A D | omap3_overo.h | 198 #define CONFIG_SYS_NAND_OOBSIZE 64 macro
|
| H A D | chiliboard.h | 135 #define CONFIG_SYS_NAND_OOBSIZE 64 macro
|
| H A D | omap3_logic.h | 73 #define CONFIG_SYS_NAND_OOBSIZE 64 macro
|
| H A D | wb50n.h | 114 #define CONFIG_SYS_NAND_OOBSIZE 64 macro
|
| H A D | cm_t43.h | 31 #define CONFIG_SYS_NAND_OOBSIZE 64 macro
|
| H A D | omap3_igep00x0.h | 115 #define CONFIG_SYS_NAND_OOBSIZE 64 macro
|
| H A D | omap3_cairo.h | 184 #define CONFIG_SYS_NAND_OOBSIZE 64 macro
|
| H A D | ti816x_evm.h | 75 #define CONFIG_SYS_NAND_OOBSIZE 64 macro
|
| H A D | cm_t335.h | 109 #define CONFIG_SYS_NAND_OOBSIZE 64 macro
|
| H A D | sama5d2_ptc.h | 106 #define CONFIG_SYS_NAND_OOBSIZE 224 macro
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | atmel_pmecc_params.c | 30 unsigned int oob_size = CONFIG_SYS_NAND_OOBSIZE; in main()
|