1NAND_WRITE_PAGE_SYND(9)   Internal Functions Provided  NAND_WRITE_PAGE_SYND(9)
2
3
4

NAME

6       nand_write_page_syndrome - [REPLACABLE] hardware ecc syndrom based page
7       write
8

SYNOPSIS

10       void nand_write_page_syndrome(struct mtd_info * mtd,
11                                     struct nand_chip * chip,
12                                     const uint8_t * buf);
13

ARGUMENTS

15       mtd
16           mtd info structure
17
18       chip
19           nand chip info structure
20
21       buf
22           data buffer
23

DESCRIPTION

25       The hw generator calculates the error syndrome automatically. Therefor
26       we need a special oob layout and handling.
27

AUTHOR

29       Thomas Gleixner <tglx@linutronix.de>
30           Author.
31
33Kernel Hackers Manual 2.6.         June 2019           NAND_WRITE_PAGE_SYND(9)
Impressum