Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mtd/nand/
Domap2.c1664 unsigned oob_index; in omap_nand_probe() local
1844 oob_index = BADBLOCK_MARKER_LENGTH; in omap_nand_probe()
1846 oob_index = 1; in omap_nand_probe()
1847 for (i = 0; i < ecclayout->eccbytes; i++, oob_index++) in omap_nand_probe()
1848 ecclayout->eccpos[i] = oob_index; in omap_nand_probe()
1867 oob_index = BADBLOCK_MARKER_LENGTH; in omap_nand_probe()
1868 for (i = 0; i < ecclayout->eccbytes; i++, oob_index++) { in omap_nand_probe()
1869 ecclayout->eccpos[i] = oob_index; in omap_nand_probe()
1871 oob_index++; in omap_nand_probe()
1904 oob_index = BADBLOCK_MARKER_LENGTH; in omap_nand_probe()
[all …]