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

NAME

6       nand_read_page_raw - [INTERN] read raw page data without ecc
7

SYNOPSIS

9       int nand_read_page_raw(struct mtd_info * mtd, struct nand_chip * chip,
10                              uint8_t * buf, int oob_required, int page);
11

ARGUMENTS

13       mtd
14           mtd info structure
15
16       chip
17           nand chip info structure
18
19       buf
20           buffer to store read data
21
22       oob_required
23           caller requires OOB data read to chip->oob_poi
24
25       page
26           page number to read
27

DESCRIPTION

29       Not for syndrome calculating ECC controllers, which use a special oob
30       layout.
31

AUTHOR

33       Thomas Gleixner <tglx@linutronix.de>
34           Author.
35
37Kernel Hackers Manual 3.10         June 2019             NAND_READ_PAGE_RAW(9)
Impressum