other versions
NAND_READ_SUBPAGE(9) | Internal Functions Provided | NAND_READ_SUBPAGE(9) |
NAME¶
nand_read_subpage - [REPLACEABLE] ECC based sub-page read function
SYNOPSIS¶
int nand_read_subpage(struct mtd_info * mtd, struct nand_chip * chip, uint32_t data_offs, uint32_t readlen, uint8_t * bufpoi, int page);
ARGUMENTS¶
struct mtd_info * mtd
mtd info structure
struct nand_chip * chip
nand chip info structure
uint32_t data_offs
offset of requested data within the page
uint32_t readlen
data length
uint8_t * bufpoi
buffer to store read data
int page
page number to read
AUTHOR¶
Thomas Gleixner <tglx@linutronix.de>
Author.
COPYRIGHT¶
September 2017 | Kernel Hackers Manual 4.12 |