/linux-4.1.27/include/linux/mtd/ |
H A D | nand_bch.h | 55 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 D | nand_bch.c | 79 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 D | nand_ecc.c | 442 __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 D | jz4740_nand.c | 218 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 D | r852.c | 466 r852_ecc_correct(struct mtd_info *mtd, uint8_t *dat, uint8_t *read_ecc, uint8_t *calc_ecc) r852_ecc_correct() argument
|
H A D | bf5xx_nand.c | 225 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 D | davinci_nand.c | 192 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 D | tmio_nand.c | 290 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 D | txx9ndfmc.c | 195 txx9ndfmc_correct_data(struct mtd_info *mtd, unsigned char *buf, unsigned char *read_ecc, unsigned char *calc_ecc) txx9ndfmc_correct_data() argument
|
H A D | diskonchip.c | 910 uint8_t calc_ecc[6]; doc200x_correct_data() local
|
H A D | fsmc_nand.c | 782 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 D | s3c2410.c | 479 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 D | mxc_nand.c | 630 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 D | omap2.c | 886 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 D | mtd_nandecctest.c | 121 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 D | bch.c | 986 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
|