Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dpxa3xx_nand.c1521 int strength, int ecc_stepsize, int page_size) in pxa_ecc_init() argument
1523 if (strength == 1 && ecc_stepsize == 512 && page_size == 2048) { in pxa_ecc_init()
1533 } else if (strength == 1 && ecc_stepsize == 512 && page_size == 512) { in pxa_ecc_init()
1547 } else if (strength == 4 && ecc_stepsize == 512 && page_size == 2048) { in pxa_ecc_init()
1559 } else if (strength == 4 && ecc_stepsize == 512 && page_size == 4096) { in pxa_ecc_init()
1571 } else if (strength == 4 && ecc_stepsize == 512 && page_size == 8192) { in pxa_ecc_init()
1587 } else if (strength == 8 && ecc_stepsize == 512 && page_size == 2048) { in pxa_ecc_init()
1601 } else if (strength == 8 && ecc_stepsize == 512 && page_size == 4096) { in pxa_ecc_init()
1615 } else if (strength == 8 && ecc_stepsize == 512 && page_size == 8192) { in pxa_ecc_init()