Searched defs:ecc_code (Results 1 – 19 of 19) sorted by relevance
/Linux-v6.6/drivers/mtd/nand/raw/ingenic/ |
D | ingenic_ecc.c | 30 const u8 *buf, u8 *ecc_code) in ingenic_ecc_calculate() 50 u8 *buf, u8 *ecc_code) in ingenic_ecc_correct()
|
D | ingenic_ecc.h | 41 const u8 *buf, u8 *ecc_code) in ingenic_ecc_calculate() 48 u8 *ecc_code) in ingenic_ecc_correct()
|
D | jz4740_ecc.c | 67 const u8 *buf, u8 *ecc_code) in jz4740_ecc_calculate() 119 u8 *buf, u8 *ecc_code) in jz4740_ecc_correct()
|
D | jz4725b_bch.c | 185 const u8 *buf, u8 *ecc_code) in jz4725b_calculate() 216 u8 *buf, u8 *ecc_code) in jz4725b_correct()
|
D | jz4780_bch.c | 162 const u8 *buf, u8 *ecc_code) in jz4780_calculate() 185 u8 *buf, u8 *ecc_code) in jz4780_correct()
|
D | ingenic_nand_drv.c | 149 u8 *ecc_code) in ingenic_nand_ecc_calculate()
|
/Linux-v6.6/drivers/mtd/nand/raw/ |
D | davinci_nand.c | 120 const u_char *dat, u_char *ecc_code) in nand_davinci_calculate_1bit() 215 const u_char *dat, u_char *ecc_code) in nand_davinci_calculate_4bit() 252 u_char *ecc_code, u_char *null) in nand_davinci_correct_4bit()
|
D | sharpsl.c | 89 const u_char * dat, u_char * ecc_code) in sharpsl_nand_calculate_ecc()
|
D | s3c2410.c | 615 const u_char *dat, u_char *ecc_code) in s3c2410_nand_calculate_ecc() 630 const u_char *dat, u_char *ecc_code) in s3c2412_nand_calculate_ecc() 646 const u_char *dat, u_char *ecc_code) in s3c2440_nand_calculate_ecc()
|
D | ndfc.c | 88 const u_char *dat, u_char *ecc_code) in ndfc_calculate_ecc()
|
D | cs553x_nand.c | 225 u_char *ecc_code) in cs_calculate_ecc()
|
D | omap2.c | 826 u_char *ecc_code) in omap_calculate_ecc() 1007 u8 *ecc_code; in _omap_calculate_ecc_bch() local 1525 uint8_t *ecc_code = chip->ecc.code_buf; in omap_read_page_bch() local
|
D | txx9ndfmc.c | 168 uint8_t *ecc_code) in txx9ndfmc_calculate_ecc()
|
D | r852.c | 431 uint8_t *ecc_code) in r852_ecc_calculate()
|
D | stm32_fmc2_nand.c | 687 u8 *ecc_code = chip->ecc.code_buf; in stm32_fmc2_nfc_read_page() local 1092 u8 *ecc_code = chip->ecc.code_buf; in stm32_fmc2_nfc_seq_read_page() local
|
D | fsmc_nand.c | 714 u8 *ecc_code = chip->ecc.code_buf; in fsmc_read_page_hwecc() local
|
D | diskonchip.c | 701 unsigned char *ecc_code) in doc200x_calculate_ecc()
|
D | nand_base.c | 3027 uint8_t *ecc_code = chip->ecc.code_buf; in nand_read_page_swecc() local 3186 uint8_t *ecc_code = chip->ecc.code_buf; in nand_read_page_hwecc() local 3258 uint8_t *ecc_code = chip->ecc.code_buf; in nand_read_page_hwecc_oob_first() local
|
D | denali.c | 414 u8 *ecc_code = chip->oob_poi + denali->oob_skip_bytes; in denali_check_erased_page() local
|