Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dnand_spl_simple.c17 #define ECCSTEPS (CONFIG_SYS_NAND_PAGE_SIZE / \ macro
19 #define ECCTOTAL (ECCSTEPS * CONFIG_SYS_NAND_ECCBYTES)
149 int eccsteps = ECCSTEPS; in nand_read_page()
180 int eccsteps = ECCSTEPS; in nand_read_page()
197 eccsteps = ECCSTEPS; in nand_read_page()
H A Dam335x_spl_bch.c22 #define ECCSTEPS (CONFIG_SYS_NAND_PAGE_SIZE / \ macro
24 #define ECCTOTAL (ECCSTEPS * CONFIG_SYS_NAND_ECCBYTES)
159 int eccsteps = ECCSTEPS; in nand_read_page()
187 eccsteps = ECCSTEPS; in nand_read_page()
H A Dlpc32xx_nand_slc.c83 #define ECCSTEPS (CONFIG_SYS_NAND_PAGE_SIZE / CONFIG_SYS_NAND_ECCSIZE) macro
90 static struct lpc32xx_dmac_ll dmalist[ECCSTEPS * 2 + 1];
350 return slc_ecc_copy_to_buffer(ecc_code, ecc_buffer, ECCSTEPS); in lpc32xx_ecc_calculate()
384 for (i = 0 ; i < ECCSTEPS ; i++) { in lpc32xx_correct_data()
H A Datmel_nand.c1303 #define ECCSTEPS (CONFIG_SYS_NAND_PAGE_SIZE / \ macro
1305 #define ECCTOTAL (ECCSTEPS * CONFIG_SYS_NAND_ECCBYTES)
1315 int eccsteps = ECCSTEPS; in nand_read_page()
1331 eccsteps = ECCSTEPS; in nand_read_page()