[intern] nand write with ecc
int nand_do_write_ops(struct mtd_info * mtd, loff_t to, struct mtd_oob_ops * ops);
mtd
MTD device structure
to
offset to write to
ops
oob operations description structure
NAND write with ECC.
Thomas Gleixner <[email protected]>
Author.