Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dpxa3xx_nand.c1522 int strength, int ecc_stepsize, int page_size) in pxa_ecc_init() argument
1524 if (strength == 1 && ecc_stepsize == 512 && page_size == 2048) { in pxa_ecc_init()
1534 } else if (strength == 1 && ecc_stepsize == 512 && page_size == 512) { in pxa_ecc_init()
1548 } else if (strength == 4 && ecc_stepsize == 512 && page_size == 2048) { in pxa_ecc_init()
1560 } else if (strength == 4 && ecc_stepsize == 512 && page_size == 4096) { in pxa_ecc_init()
1572 } else if (strength == 4 && ecc_stepsize == 512 && page_size == 8192) { in pxa_ecc_init()
1588 } else if (strength == 8 && ecc_stepsize == 512 && page_size == 2048) { in pxa_ecc_init()
1602 } else if (strength == 8 && ecc_stepsize == 512 && page_size == 4096) { in pxa_ecc_init()
1616 } else if (strength == 8 && ecc_stepsize == 512 && page_size == 8192) { in pxa_ecc_init()