Name
nand_read_page_raw_syndrome —
[Intern] read raw page data without ecc
Synopsis
int nand_read_page_raw_syndrome ( | struct mtd_info * | mtd, |
| struct nand_chip * | chip, |
| uint8_t * | buf) ; |
Arguments
mtd
mtd info structure
chip
nand chip info structure
buf
buffer to store read data
Description
We need a special oob layout and handling even when OOB isn't used.