NAND_CALCULATE_ECC

Section: Public Functions Provided (9)
Updated: February 2011
Index Return to Main Contents
 

NAME

nand_calculate_ecc - [NAND Interface] Calculate 3-byte ECC for 256/512-byte block  

SYNOPSIS

int nand_calculate_ecc(struct mtd_info * mtd, const unsigned char * buf, unsigned char * code);
 

ARGUMENTS

mtd

MTD block structure

buf

input buffer with raw data

code

output buffer with ECC
 

AUTHOR

Thomas Gleixner <tglx@linutronix.de>

Author.
 

COPYRIGHT