Searched defs:ecc (Results 1 - 25 of 77) sorted by relevance

1234

/linux-master/drivers/mtd/nand/raw/atmel/
H A Dpmecc.h50 } ecc; member in struct:atmel_pmecc_user_req
/linux-master/drivers/mtd/nand/raw/ingenic/
H A Dingenic_ecc.c28 int ingenic_ecc_calculate(struct ingenic_ecc *ecc, argument
48 int ingenic_ecc_correct(struct ingenic_ecc *ecc, argument
69 struct ingenic_ecc *ecc; local
98 struct ingenic_ecc *ecc = NULL; local
121 ingenic_ecc_release(struct ingenic_ecc *ecc) argument
130 struct ingenic_ecc *ecc; local
[all...]
H A Dingenic_ecc.h39 static inline int ingenic_ecc_calculate(struct ingenic_ecc *ecc, argument
46 static inline int ingenic_ecc_correct(struct ingenic_ecc *ecc, argument
53 static inline void ingenic_ecc_release(struct ingenic_ecc *ecc) argument
H A Djz4740_ecc.c45 static void jz4740_ecc_reset(struct ingenic_ecc *ecc, bool calc_ecc) argument
65 static int jz4740_ecc_calculate(struct ingenic_ecc *ecc, argument
117 jz4740_ecc_correct(struct ingenic_ecc *ecc, struct ingenic_ecc_params *params, u8 *buf, u8 *ecc_code) argument
164 jz4740_ecc_disable(struct ingenic_ecc *ecc) argument
[all...]
H A Dingenic_nand_drv.c44 struct ingenic_ecc *ecc; member in struct:ingenic_nfc
75 struct nand_ecc_ctrl *ecc = &chip->ecc; local
90 struct nand_ecc_ctrl *ecc = &chip->ecc; local
110 struct nand_ecc_ctrl *ecc = &chip->ecc; local
125 struct nand_ecc_ctrl *ecc = &chip->ecc; local
[all...]
/linux-master/drivers/mtd/nand/raw/
H A Dnand_jedec.c30 struct jedec_ecc_info *ecc; local
H A Dnand_onfi.c41 struct onfi_ext_ecc_info *ecc; local
H A Dndfc.c91 uint32_t ecc; local
[all...]
H A Dnand_micron.c66 struct micron_on_die_ecc ecc; member in struct:micron_nand
[all...]
H A Domap_elm.c164 elm_load_syndrome(struct elm_info *info, struct elm_errorvec *err_vec, u8 *ecc) argument
[all...]
H A Dcs553x_nand.c228 uint32_t ecc; local
[all...]
H A Dfsl_ifc_nand.c641 u8 *ecc = chip->oob_poi; local
[all...]
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_asm.c313 u8 ecc = 0; local
/linux-master/drivers/net/can/spi/mcp251xfd/
H A Dmcp251xfd-tef.c173 struct mcp251xfd_ecc *ecc = &priv->ecc; local
/linux-master/drivers/scsi/csiostor/
H A Dcsio_hw_t5.c146 csio_t5_mc_read(struct csio_hw *hw, int idx, uint32_t addr, __be32 *data, uint64_t *ecc) argument
193 csio_t5_edc_read(struct csio_hw *hw, int idx, uint32_t addr, __be32 *data, uint64_t *ecc) argument
/linux-master/fs/ocfs2/
H A Dblockcheck.c353 u32 ecc; local
385 u32 crc, ecc; local
445 u32 crc, ecc; local
492 u32 crc, ecc, fix; local
[all...]
/linux-master/drivers/net/can/sja1000/
H A Dsja1000.c415 uint8_t ecc, alc; local
/linux-master/drivers/edac/
H A Dmce_amd.c797 int ecc; local
H A Dfsl_ddr_edac.c194 u8 ecc = 0; local
/linux-master/drivers/mtd/nand/onenand/
H A Donenand_omap2.c267 int ecc = read_reg(c, ONENAND_REG_ECC_STATUS); local
/linux-master/include/linux/spi/
H A Dspi-mem.h126 u8 ecc : 1; member in struct:spi_mem_op::__anon616
303 bool ecc; member in struct:spi_controller_mem_caps
/linux-master/fs/pstore/
H A Dram_core.c98 persistent_ram_encode_rs8(struct persistent_ram_zone *prz, uint8_t *data, size_t len, uint8_t *ecc) argument
111 persistent_ram_decode_rs8(struct persistent_ram_zone *prz, void *data, size_t len, uint8_t *ecc) argument
/linux-master/arch/mips/mm/
H A Dcerr-sb1.c481 uint8_t ecc, lru; local
/linux-master/drivers/mtd/nand/
H A Decc-mtk.c126 static inline void mtk_ecc_wait_idle(struct mtk_ecc *ecc, argument
143 struct mtk_ecc *ecc = id; local
173 mtk_ecc_config(struct mtk_ecc *ecc, struct mtk_ecc_config *config) argument
220 mtk_ecc_get_stats(struct mtk_ecc *ecc, struct mtk_ecc_stats *stats, int sectors) argument
248 mtk_ecc_release(struct mtk_ecc *ecc) argument
255 mtk_ecc_hw_init(struct mtk_ecc *ecc) argument
267 struct mtk_ecc *ecc; local
287 struct mtk_ecc *ecc = NULL; local
303 mtk_ecc_enable(struct mtk_ecc *ecc, struct mtk_ecc_config *config) argument
347 mtk_ecc_disable(struct mtk_ecc *ecc) argument
374 mtk_ecc_wait_done(struct mtk_ecc *ecc, enum mtk_ecc_operation op) argument
389 mtk_ecc_encode(struct mtk_ecc *ecc, struct mtk_ecc_config *config, u8 *data, u32 bytes) argument
436 mtk_ecc_adjust_strength(struct mtk_ecc *ecc, u32 *p) argument
455 mtk_ecc_get_parity_bits(struct mtk_ecc *ecc) argument
525 struct mtk_ecc *ecc; local
580 struct mtk_ecc *ecc = dev_get_drvdata(dev); local
589 struct mtk_ecc *ecc = dev_get_drvdata(dev); local
[all...]
/linux-master/drivers/mtd/
H A Dsm_ftl.c220 uint8_t ecc[3]; local

Completed in 226 milliseconds

1234