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

NAME

6       nand_read_subpage - [REPLACEABLE] ECC based sub-page read function
7

SYNOPSIS

9       int nand_read_subpage(struct mtd_info * mtd, struct nand_chip * chip,
10                             uint32_t data_offs, uint32_t readlen,
11                             uint8_t * bufpoi);
12

ARGUMENTS

14       mtd
15           mtd info structure
16
17       chip
18           nand chip info structure
19
20       data_offs
21           offset of requested data within the page
22
23       readlen
24           data length
25
26       bufpoi
27           buffer to store read data
28

AUTHOR

30       Thomas Gleixner <tglx@linutronix.de>
31           Author.
32
34Kernel Hackers Manual 3.10         June 2019              NAND_READ_SUBPAGE(9)
Impressum