Searched defs:calc_ecc (Results 1 - 16 of 16) sorted by relevance

/linux-4.1.27/include/linux/mtd/
H A Dnand_bch.h55 nand_bch_correct_data(struct mtd_info *mtd, unsigned char *buf, unsigned char *read_ecc, unsigned char *calc_ecc) nand_bch_correct_data() argument
/linux-4.1.27/drivers/mtd/nand/
H A Dnand_bch.c79 nand_bch_correct_data(struct mtd_info *mtd, unsigned char *buf, unsigned char *read_ecc, unsigned char *calc_ecc) nand_bch_correct_data() argument
H A Dnand_ecc.c442 __nand_correct_data(unsigned char *buf, unsigned char *read_ecc, unsigned char *calc_ecc, unsigned int eccsize) __nand_correct_data() argument
523 nand_correct_data(struct mtd_info *mtd, unsigned char *buf, unsigned char *read_ecc, unsigned char *calc_ecc) nand_correct_data() argument
H A Djz4740_nand.c218 jz_nand_correct_ecc_rs(struct mtd_info *mtd, uint8_t *dat, uint8_t *read_ecc, uint8_t *calc_ecc) jz_nand_correct_ecc_rs() argument
H A Dr852.c466 r852_ecc_correct(struct mtd_info *mtd, uint8_t *dat, uint8_t *read_ecc, uint8_t *calc_ecc) r852_ecc_correct() argument
H A Dbf5xx_nand.c225 bf5xx_nand_correct_data_256(struct mtd_info *mtd, u_char *dat, u_char *read_ecc, u_char *calc_ecc) bf5xx_nand_correct_data_256() argument
304 bf5xx_nand_correct_data(struct mtd_info *mtd, u_char *dat, u_char *read_ecc, u_char *calc_ecc) bf5xx_nand_correct_data() argument
H A Ddavinci_nand.c192 nand_davinci_correct_1bit(struct mtd_info *mtd, u_char *dat, u_char *read_ecc, u_char *calc_ecc) nand_davinci_correct_1bit() argument
H A Dtmio_nand.c290 tmio_nand_correct_data(struct mtd_info *mtd, unsigned char *buf, unsigned char *read_ecc, unsigned char *calc_ecc) tmio_nand_correct_data() argument
H A Dtxx9ndfmc.c195 txx9ndfmc_correct_data(struct mtd_info *mtd, unsigned char *buf, unsigned char *read_ecc, unsigned char *calc_ecc) txx9ndfmc_correct_data() argument
H A Ddiskonchip.c910 uint8_t calc_ecc[6]; doc200x_correct_data() local
H A Dfsmc_nand.c782 fsmc_bch8_correct_data(struct mtd_info *mtd, uint8_t *dat, uint8_t *read_ecc, uint8_t *calc_ecc) fsmc_bch8_correct_data() argument
H A Ds3c2410.c479 s3c2410_nand_correct_data(struct mtd_info *mtd, u_char *dat, u_char *read_ecc, u_char *calc_ecc) s3c2410_nand_correct_data() argument
H A Dmxc_nand.c630 mxc_nand_correct_data_v1(struct mtd_info *mtd, u_char *dat, u_char *read_ecc, u_char *calc_ecc) mxc_nand_correct_data_v1() argument
651 mxc_nand_correct_data_v2_v3(struct mtd_info *mtd, u_char *dat, u_char *read_ecc, u_char *calc_ecc) mxc_nand_correct_data_v2_v3() argument
H A Domap2.c886 omap_correct_data(struct mtd_info *mtd, u_char *dat, u_char *read_ecc, u_char *calc_ecc) omap_correct_data() argument
1334 omap_elm_correct_data(struct mtd_info *mtd, u_char *data, u_char *read_ecc, u_char *calc_ecc) omap_elm_correct_data() argument
/linux-4.1.27/drivers/mtd/tests/
H A Dmtd_nandecctest.c121 unsigned char calc_ecc[3]; no_bit_error_verify() local
149 unsigned char calc_ecc[3]; single_bit_error_correct() local
184 unsigned char calc_ecc[3]; double_bit_error_detect() local
/linux-4.1.27/lib/
H A Dbch.c986 decode_bch(struct bch_control *bch, const uint8_t *data, unsigned int len, const uint8_t *recv_ecc, const uint8_t *calc_ecc, const unsigned int *syn, unsigned int *errloc) decode_bch() argument

Completed in 317 milliseconds