1NAND_WRITE_OOB_SYNDR(9) Internal Functions Provided NAND_WRITE_OOB_SYNDR(9)
2
3
4
6 nand_write_oob_syndrome - [REPLACABLE] OOB data write function for HW
7 ECC with syndrome - only for large page flash !
8
10 int nand_write_oob_syndrome(struct mtd_info * mtd,
11 struct nand_chip * chip, int page);
12
14 mtd
15 mtd info structure
16
17 chip
18 nand chip info structure
19
20 page
21 page number to write
22
24 Thomas Gleixner <tglx@linutronix.de>
25 Author.
26
28Kernel Hackers Manual 2.6. June 2019 NAND_WRITE_OOB_SYNDR(9)