Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mtd/nand/raw/
H A 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()
H A 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()
H A Dlpc32xx_nand_slc.c84 #define ECCSTEPS (CONFIG_SYS_NAND_PAGE_SIZE / CONFIG_SYS_NAND_ECCSIZE) macro
91 static struct lpc32xx_dmac_ll dmalist[ECCSTEPS * 2 + 1];
351 return slc_ecc_copy_to_buffer(ecc_code, ecc_buffer, ECCSTEPS); in lpc32xx_ecc_calculate()
385 for (i = 0 ; i < ECCSTEPS ; i++) { in lpc32xx_correct_data()
H A 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()