Home
last modified time | relevance | path

Searched refs:CFG_SYS_NAND_ECCSIZE (Results 1 – 25 of 32) sorted by relevance

12

/u-boot/include/configs/
A Detamin.h43 #undef CFG_SYS_NAND_ECCSIZE
45 #define CFG_SYS_NAND_ECCSIZE 512 macro
A Ddevkit8000.h95 #define CFG_SYS_NAND_ECCSIZE 512 macro
A Dam335x_igep003x.h106 #define CFG_SYS_NAND_ECCSIZE 512 macro
A Dam3517_evm.h26 #define CFG_SYS_NAND_ECCSIZE 512 macro
A Domap3_logic.h27 #define CFG_SYS_NAND_ECCSIZE 512 macro
A Dcm_t43.h21 #define CFG_SYS_NAND_ECCSIZE 512 macro
A Dti816x_evm.h57 #define CFG_SYS_NAND_ECCSIZE 512 macro
A Dchiliboard.h119 #define CFG_SYS_NAND_ECCSIZE 512 macro
A Dat91sam9m10g45ek.h37 #define CFG_SYS_NAND_ECCSIZE 256 macro
A Dbaltos.h203 #define CFG_SYS_NAND_ECCSIZE 512 macro
A Domap3_igep00x0.h80 #define CFG_SYS_NAND_ECCSIZE 512 macro
A Dpm9g45.h49 #define CFG_SYS_NAND_ECCSIZE 256 macro
A Dcorvus.h60 #define CFG_SYS_NAND_ECCSIZE 256 macro
A Ddra7xx_evm.h77 #define CFG_SYS_NAND_ECCSIZE 512 macro
A Dam335x_guardian.h116 #define CFG_SYS_NAND_ECCSIZE 512 macro
A Dsiemens-am33x-common.h56 #define CFG_SYS_NAND_ECCSIZE 512 macro
A Dsmartweb.h95 #define CFG_SYS_NAND_ECCSIZE 256 macro
A Dtaurus.h129 #define CFG_SYS_NAND_ECCSIZE 256 macro
A Dphycore_am335x_r2.h93 #define CFG_SYS_NAND_ECCSIZE 512 macro
A Dam43xx_evm.h133 #define CFG_SYS_NAND_ECCSIZE 512 macro
A Domap3_beagle.h26 #define CFG_SYS_NAND_ECCSIZE 512 macro
A Domap3_evm.h31 #define CFG_SYS_NAND_ECCSIZE 512 macro
/u-boot/arch/arm/include/asm/arch-lpc32xx/
A Dconfig.h36 #define CFG_SYS_NAND_ECCSIZE 0x100 macro
/u-boot/drivers/mtd/nand/raw/
A Dnand_spl_simple.c18 CFG_SYS_NAND_ECCSIZE)
142 int eccsize = CFG_SYS_NAND_ECCSIZE; in nand_read_page()
173 int eccsize = CFG_SYS_NAND_ECCSIZE; in nand_read_page()
A Dlpc32xx_nand_slc.c87 #define ECCSTEPS (CONFIG_SYS_NAND_PAGE_SIZE / CFG_SYS_NAND_ECCSIZE)
190 ctrl = (CFG_SYS_NAND_ECCSIZE / 4) | in lpc32xx_nand_dma_configure()
244 for (i = 0; i < size/CFG_SYS_NAND_ECCSIZE; i++) { in lpc32xx_nand_dma_configure()
391 data_offset += CFG_SYS_NAND_ECCSIZE; in lpc32xx_correct_data()
571 lpc32xx_chip->ecc.size = CFG_SYS_NAND_ECCSIZE; in board_nand_init()

Completed in 30 milliseconds

12