Query: __nand_calculate_ecc
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
__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 blockSYNOPSISvoid __nand_calculate_ecc(const unsigned char * buf, unsigned int eccsize, unsigned char * code);ARGUMENTSbuf input buffer with raw data eccsize data bytes per ecc step (256 or 512) code output buffer with ECCAUTHORThomas Gleixner <tglx@linutronix.de> Author.COPYRIGHTKernel Hackers Manual 2.6. July 2010 __NAND_CALCULATE_ECC(9)