nand_write_oob_syndr(9)
NAME
nand_write_oob_syndrome - [REPLACABLE] OOB data write function for HW
ECC
SYNOPSIS
int nand_write_oob_syndrome(struct mtd_info * mtd,
struct nand_chip * chip, int page);
ARGUMENTS
- mtd
- mtd info structure
- chip
- nand chip info structure
- page
- page number to write
DESCRIPTION
with syndrome - only for large page flash !
AUTHOR
- Thomas Gleixner <tglx@linutronix.de>
- Author.