1NAND_WRITE_PAGE_SYND(9) Internal Functions Provided NAND_WRITE_PAGE_SYND(9)
2
3
4
6 nand_write_page_syndrome - [REPLACABLE] hardware ecc syndrom based page
7 write
8
10 void nand_write_page_syndrome(struct mtd_info * mtd,
11 struct nand_chip * chip,
12 const uint8_t * buf);
13
15 mtd
16 mtd info structure
17
18 chip
19 nand chip info structure
20
21 buf
22 data buffer
23
25 The hw generator calculates the error syndrome automatically. Therefor
26 we need a special oob layout and handling.
27
29 Thomas Gleixner <tglx@linutronix.de>
30 Author.
31
33Kernel Hackers Manual 2.6. June 2019 NAND_WRITE_PAGE_SYND(9)