Query: __nand_calculate_ecc
OS: centos
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 3.10 June 2014 __NAND_CALCULATE_ECC(9)