Home
last modified time | relevance | path

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

/u-boot/drivers/mtd/nand/raw/
A Dpxa3xx_nand.c1550 int strength, int ecc_stepsize, int page_size) in pxa_ecc_init() argument
1552 if (strength == 1 && ecc_stepsize == 512 && page_size == 2048) { in pxa_ecc_init()
1562 } else if (strength == 1 && ecc_stepsize == 512 && page_size == 512) { in pxa_ecc_init()
1576 } else if (strength == 4 && ecc_stepsize == 512 && page_size == 2048) { in pxa_ecc_init()
1588 } else if (strength == 4 && ecc_stepsize == 512 && page_size == 4096) { in pxa_ecc_init()
1600 } else if (strength == 4 && ecc_stepsize == 512 && page_size == 8192) { in pxa_ecc_init()
1616 } else if (strength == 8 && ecc_stepsize == 512 && page_size == 2048) { in pxa_ecc_init()
1630 } else if (strength == 8 && ecc_stepsize == 512 && page_size == 4096) { in pxa_ecc_init()
1644 } else if (strength == 8 && ecc_stepsize == 512 && page_size == 8192) { in pxa_ecc_init()

Completed in 6 milliseconds