Home
last modified time | relevance | path

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

/external/u-boot/drivers/mtd/nand/
Datmel_nand.c91 int oobsize, int ecc_len) in pmecc_config_ecc_layout() argument
95 layout->eccbytes = ecc_len; in pmecc_config_ecc_layout()
98 for (i = 0; i < ecc_len; i++) in pmecc_config_ecc_layout()
99 layout->eccpos[i] = oobsize - ecc_len + i; in pmecc_config_ecc_layout()
103 oobsize - ecc_len - layout->oobfree[0].offset; in pmecc_config_ecc_layout()