Searched defs:ecc_code (Results 1 – 20 of 20) sorted by relevance
/linux-3.3/include/linux/mtd/ |
D | nand_bch.h | 49 u_char *ecc_code) in nand_bch_calculate_ecc()
|
/linux-3.3/drivers/mtd/nand/ |
D | davinci_nand.c | 176 const u_char *dat, u_char *ecc_code) in nand_davinci_calculate_1bit() 269 const u_char *dat, u_char *ecc_code) in nand_davinci_calculate_4bit() 306 u_char *data, u_char *ecc_code, u_char *null) in nand_davinci_correct_4bit()
|
D | sharpsl.c | 97 static int sharpsl_nand_calculate_ecc(struct mtd_info *mtd, const u_char * dat, u_char * ecc_code) in sharpsl_nand_calculate_ecc()
|
D | s3c2410.c | 561 static int s3c2410_nand_calculate_ecc(struct mtd_info *mtd, const u_char *dat, u_char *ecc_code) in s3c2410_nand_calculate_ecc() 575 static int s3c2412_nand_calculate_ecc(struct mtd_info *mtd, const u_char *dat, u_char *ecc_code) in s3c2412_nand_calculate_ecc() 589 static int s3c2440_nand_calculate_ecc(struct mtd_info *mtd, const u_char *dat, u_char *ecc_code) in s3c2440_nand_calculate_ecc()
|
D | ndfc.c | 99 const u_char *dat, u_char *ecc_code) in ndfc_calculate_ecc()
|
D | rtc_from4.c | 314 static void rtc_from4_calculate_ecc(struct mtd_info *mtd, const u_char *dat, u_char *ecc_code) in rtc_from4_calculate_ecc()
|
D | jz4740_nand.c | 138 uint8_t *ecc_code) in jz_nand_calculate_ecc_rs()
|
D | cs553x_nand.c | 170 static int cs_calculate_ecc(struct mtd_info *mtd, const u_char *dat, u_char *ecc_code) in cs_calculate_ecc()
|
D | fsmc_nand.c | 418 uint8_t *ecc_code = chip->buffers->ecccode; in fsmc_read_page_hwecc() local
|
D | tmio_nand.c | 281 u_char *ecc_code) in tmio_nand_calculate_ecc()
|
D | atmel_nand.c | 308 const u_char *dat, unsigned char *ecc_code) in atmel_nand_calculate()
|
D | txx9ndfmc.c | 186 uint8_t *ecc_code) in txx9ndfmc_calculate_ecc()
|
D | nand_base.c | 1111 uint8_t *ecc_code = chip->buffers->ecccode; in nand_read_page_swecc() local 1244 uint8_t *ecc_code = chip->buffers->ecccode; in nand_read_page_hwecc() local 1292 uint8_t *ecc_code = chip->buffers->ecccode; in nand_read_page_hwecc_oob_first() local
|
D | r852.c | 454 uint8_t *ecc_code) in r852_ecc_calculate()
|
D | bf5xx_nand.c | 330 const u_char *dat, u_char *ecc_code) in bf5xx_nand_calculate_ecc()
|
D | omap2.c | 842 u_char *ecc_code) in omap_calculate_ecc()
|
D | mxc_nand.c | 606 u_char *ecc_code) in mxc_nand_calculate_ecc()
|
D | denali.c | 1311 uint8_t *ecc_code) in denali_ecc_calculate()
|
D | diskonchip.c | 905 static int doc200x_calculate_ecc(struct mtd_info *mtd, const u_char *dat, unsigned char *ecc_code) in doc200x_calculate_ecc()
|
/linux-3.3/arch/arm/mach-omap2/ |
D | gpmc.c | 904 int gpmc_calculate_ecc(int cs, const u_char *dat, u_char *ecc_code) in gpmc_calculate_ecc()
|