Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mtd/nand/
Dpxa3xx_nand.c1394 int strength, int ecc_stepsize, int page_size) in pxa_ecc_init() argument
1396 if (strength == 1 && ecc_stepsize == 512 && page_size == 2048) { in pxa_ecc_init()
1404 } else if (strength == 1 && ecc_stepsize == 512 && page_size == 512) { in pxa_ecc_init()
1416 } else if (strength == 4 && ecc_stepsize == 512 && page_size == 2048) { in pxa_ecc_init()
1426 } else if (strength == 4 && ecc_stepsize == 512 && page_size == 4096) { in pxa_ecc_init()
1440 } else if (strength == 8 && ecc_stepsize == 512 && page_size == 4096) { in pxa_ecc_init()