Searched refs:mtd_ooblayout_find_region (Results 1 - 1 of 1) sorted by relevance

/u-boot/drivers/mtd/
H A Dmtdcore.c1219 * mtd_ooblayout_find_region - Find the region attached to a specific byte
1231 * mtd_ooblayout_find_region(mtd, 3, &section, &oobregion, mtd_ooblayout_ecc);
1235 static int mtd_ooblayout_find_region(struct mtd_info *mtd, int byte, function
1276 * Works like mtd_ooblayout_find_region() except it searches for a specific ECC
1285 return mtd_ooblayout_find_region(mtd, eccbyte, section, oobregion,
1313 ret = mtd_ooblayout_find_region(mtd, start, &section,
1356 ret = mtd_ooblayout_find_region(mtd, start, &section,

Completed in 36 milliseconds