Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
nand_ecc.h File Reference

Go to the source code of this file.

Functions

void __nand_calculate_ecc (const u_char *dat, unsigned int eccsize, u_char *ecc_code)
 
int nand_calculate_ecc (struct mtd_info *mtd, const u_char *dat, u_char *ecc_code)
 
int __nand_correct_data (u_char *dat, u_char *read_ecc, u_char *calc_ecc, unsigned int eccsize)
 
int nand_correct_data (struct mtd_info *mtd, u_char *dat, u_char *read_ecc, u_char *calc_ecc)
 

Function Documentation

void __nand_calculate_ecc ( const u_char dat,
unsigned int  eccsize,
u_char ecc_code 
)
int __nand_correct_data ( u_char dat,
u_char read_ecc,
u_char calc_ecc,
unsigned int  eccsize 
)
int nand_calculate_ecc ( struct mtd_info mtd,
const u_char dat,
u_char ecc_code 
)
int nand_correct_data ( struct mtd_info mtd,
u_char dat,
u_char read_ecc,
u_char calc_ecc 
)