Searched refs:oob_index (Results 1 – 1 of 1) sorted by relevance
1664 unsigned oob_index; in omap_nand_probe() local1844 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 …]