other versions
- stretch 4.9.168-1
NAND_CALCULATE_ECC(9) | Public Functions Provided | NAND_CALCULATE_ECC(9) |
NAME¶
nand_calculate_ecc - [NAND Interface] Calculate 3-byte ECC for 256/512-byte blockSYNOPSIS¶
int nand_calculate_ecc(struct mtd_info * mtd, const unsigned char * buf, unsigned char * code);
ARGUMENTS¶
mtdMTD block structure
buf
input buffer with raw data
code
output buffer with ECC
AUTHOR¶
Thomas Gleixner <tglx@linutronix.de>Author.
COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |