[nand interface] calculate 3-byte ecc for 256/512-byte block
void __nand_calculate_ecc(const unsigned char * buf, unsigned int eccsize, unsigned char * code);
buf
input buffer with raw data
eccsize
data bytes per ECC step (256 or 512)
code
output buffer with ECC
Thomas Gleixner <[email protected]>
Author.