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

NAME

6       nand_read_page_syndrome - [REPLACABLE] hardware ecc syndrom based page
7       read
8

SYNOPSIS

10       int nand_read_page_syndrome(struct mtd_info * mtd,
11                                   struct nand_chip * chip, uint8_t * buf,
12                                   int page);
13

ARGUMENTS

15       mtd
16           mtd info structure
17
18       chip
19           nand chip info structure
20
21       buf
22           buffer to store read data
23
24       page
25           page number to read
26

DESCRIPTION

28       The hw generator calculates the error syndrome automatically. Therefor
29       we need a special oob layout and handling.
30

AUTHOR

32       Thomas Gleixner <tglx@linutronix.de>
33           Author.
34
36Kernel Hackers Manual 2.6.         June 2019           NAND_READ_PAGE_SYNDR(9)
Impressum