Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mtd/nand/
Datmel_nand.c478 int oobsize, int ecc_len) in pmecc_config_ecc_layout() argument
482 layout->eccbytes = ecc_len; in pmecc_config_ecc_layout()
485 for (i = 0; i < ecc_len; i++) in pmecc_config_ecc_layout()
486 layout->eccpos[i] = oobsize - ecc_len + i; in pmecc_config_ecc_layout()
490 oobsize - ecc_len - layout->oobfree[0].offset; in pmecc_config_ecc_layout()