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

/u-boot/drivers/mtd/
H A Dmtdcore.c1377 * mtd_ooblayout_count_bytes - count the number of bytes in a OOB category
1385 static int mtd_ooblayout_count_bytes(struct mtd_info *mtd, function
1491 * Works like mtd_ooblayout_count_bytes(), except it count free bytes.
1497 return mtd_ooblayout_count_bytes(mtd, mtd_ooblayout_free);
1505 * Works like mtd_ooblayout_count_bytes(), except it count ECC bytes.
1511 return mtd_ooblayout_count_bytes(mtd, mtd_ooblayout_ecc);

Completed in 94 milliseconds