Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/platform_data/
H A Dbrcmnand.h8 unsigned int ecc_stepsize; member
/openbmc/linux/drivers/bcma/
H A Ddriver_chipcommon_nflash.c52 cc->nflash.brcmnand_info.ecc_stepsize = 512; in bcma_nflash_init()
/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()
/openbmc/linux/drivers/mtd/nand/raw/brcmnand/
H A Dbrcmnand.c3278 host->chip.ecc.size = pd->ecc_stepsize; in brcmnand_probe()