Searched refs:ecc_stepsize (Results 1 – 4 of 4) sorted by relevance
8 unsigned int ecc_stepsize; member
52 cc->nflash.brcmnand_info.ecc_stepsize = 512; in bcma_nflash_init()
1521 int strength, int ecc_stepsize, int page_size) in pxa_ecc_init() argument1523 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()
3278 host->chip.ecc.size = pd->ecc_stepsize; in brcmnand_probe()