Home
last modified time | relevance | path

Searched refs:ECCSTEPS (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/drivers/mtd/nand/
Dnand_spl_simple.c16 #define ECCSTEPS (CONFIG_SYS_NAND_PAGE_SIZE / \ macro
18 #define ECCTOTAL (ECCSTEPS * CONFIG_SYS_NAND_ECCBYTES)
148 int eccsteps = ECCSTEPS; in nand_read_page()
179 int eccsteps = ECCSTEPS; in nand_read_page()
196 eccsteps = ECCSTEPS; in nand_read_page()
Dam335x_spl_bch.c21 #define ECCSTEPS (CONFIG_SYS_NAND_PAGE_SIZE / \ macro
23 #define ECCTOTAL (ECCSTEPS * CONFIG_SYS_NAND_ECCBYTES)
158 int eccsteps = ECCSTEPS; in nand_read_page()
186 eccsteps = ECCSTEPS; in nand_read_page()
Dlpc32xx_nand_slc.c91 #define ECCSTEPS (CONFIG_SYS_NAND_PAGE_SIZE / CONFIG_SYS_NAND_ECCSIZE) macro
98 static struct lpc32xx_dmac_ll dmalist[ECCSTEPS * 2 + 1];
359 return slc_ecc_copy_to_buffer(ecc_code, ecc_buffer, ECCSTEPS); in lpc32xx_ecc_calculate()
393 for (i = 0 ; i < ECCSTEPS ; i++) { in lpc32xx_correct_data()
Datmel_nand.c1302 #define ECCSTEPS (CONFIG_SYS_NAND_PAGE_SIZE / \ macro
1304 #define ECCTOTAL (ECCSTEPS * CONFIG_SYS_NAND_ECCBYTES)
1314 int eccsteps = ECCSTEPS; in nand_read_page()
1330 eccsteps = ECCSTEPS; in nand_read_page()