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

NAME

6       nand_read_subpage - [REPLACABLE] software ecc based sub-page read
7       function
8

SYNOPSIS

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

ARGUMENTS

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

AUTHOR

31       Thomas Gleixner <tglx@linutronix.de>
32           Author.
33
35Kernel Hackers Manual 2.6.         June 2019              NAND_READ_SUBPAGE(9)
Impressum